diff media/js/gcalendar.js @ 131:5b69d6e01fd4

Creating a common way to display the smiley and markdown help dialogs for a markItUp textarea input form. Converted gcalendar over to it as a trial.
author Brian Neal <bgneal@gmail.com>
date Thu, 26 Nov 2009 22:47:17 +0000
parents c0d3b09c9b95
children 4e1abeb593c2
line wrap: on
line diff
--- a/media/js/gcalendar.js	Fri Nov 20 02:44:45 2009 +0000
+++ b/media/js/gcalendar.js	Thu Nov 26 22:47:17 2009 +0000
@@ -1,5 +1,4 @@
 $(document).ready(function() {
-    $('#id_description').markItUp(mySettings);
     $('#id_start_date').datepicker({constrainInput: true, 
        onClose: function () {
          var end = $('#id_end_date');