X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/352b8591bd1c7163835a6fa1db34d3e2861c1071..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