This commit is contained in:
Henrique Dias
2016-06-24 13:17:55 +01:00
parent ddc6839d24
commit 4274a181a5
5 changed files with 119 additions and 364 deletions

View File

@@ -416,5 +416,15 @@ document.addEventListener("DOMContentLoaded", function (event) {
}, false);
}
if (document.getElementById('editor')) {
handleEditorPage();
}
return false;
});
var handleEditorPage = function() {
return false;
}