X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/dba809feb44cd1c4d155f3e3254a1cca5323f95f..f32fa7850a8cf57e38d2a7bb4f19c4aeb5d6224a:/project/templates/toolbar_api/scriptlets.js diff --git a/project/templates/toolbar_api/scriptlets.js b/project/templates/toolbar_api/scriptlets.js deleted file mode 100644 index ae7e2df4..00000000 --- a/project/templates/toolbar_api/scriptlets.js +++ /dev/null @@ -1,15 +0,0 @@ -function SciptletCenter() { - - this.scriptlets = { - {% for scriptlet in scriptlets %} - "{{scriptlet.name}}": function(context, params) { - {{scriptlet.code|safe}} - }, - {% endfor %} - - _none: null - }; - -} - -scriptletCenter = new ScriptletCenter(); \ No newline at end of file