Use double quotes in app/assets

This commit is contained in:
Julian Herrero
2019-03-15 09:26:00 +01:00
parent 6012638597
commit d9eaea4ea0
5 changed files with 31 additions and 31 deletions

View File

@@ -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){};
}
}
});
});