Skip to content
Snippets Groups Projects
Commit 30e02d74 authored by Peter Rotich's avatar Peter Rotich
Browse files

IE8 Fix: SCRIPT1028 - Expected identifier, string or number

parent 8a1f4e6a
No related branches found
No related tags found
No related merge requests found
......@@ -116,8 +116,7 @@ RedactorPlugins.draft = {
self.opts.autosave = self.opts.original_autosave;
}
});
},
}
};
/* Redactor richtext init */
......
......@@ -293,7 +293,7 @@ $(document).ready(function(){
showButtonPanel: true,
buttonImage: './images/cal.png',
showOn:'both',
dateFormat: $.translate_format(c.date_format||'m/d/Y'),
dateFormat: $.translate_format(c.date_format||'m/d/Y')
});
$(document).on('submit', 'form', function() {
$('.dp', $(this)).each(function(i, e) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment