Use double quotes in app/assets
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
$(document).bind('page:change', function() {
|
||||
$(document).bind("page:change", function() {
|
||||
if (typeof(CKEDITOR) != "undefined"){
|
||||
for(name in CKEDITOR.instances){
|
||||
try{CKEDITOR.replace(name);}catch(err){};
|
||||
}
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user