From: zuber <marek@stepniowski.com>
Date: Sun, 27 Sep 2009 11:17:47 +0000 (+0200)
Subject: Dołączenie skryptu /api/toolbar/scriptlets do editor.html.
X-Git-Url: https://git.mdrn.pl/redakcja.git/commitdiff_plain/fac9f0c1829afe16dec15a5b10898a50a7bc1b06?hp=b363e4352ce32f4518b5e5bb794635074d5f6ba6

Dołączenie skryptu /api/toolbar/scriptlets do editor.html.
---

diff --git a/project/templates/explorer/editor.html b/project/templates/explorer/editor.html
index 27f7e592..548b7685 100644
--- a/project/templates/explorer/editor.html
+++ b/project/templates/explorer/editor.html
@@ -6,6 +6,9 @@
 	</script>
     <script src="{{STATIC_URL}}js/lib/codemirror/codemirror.js" type="text/javascript" charset="utf-8"></script>
 	
+	{# Scriptlets #}
+	<script src="http://localhost:8000/api/toolbar/scriptlets" type="text/javascript" charset="utf-8"></script>
+	
 	{# App and views #}
 	<script src="{{STATIC_URL}}js/app.js" type="text/javascript" charset="utf-8"></script>
 	<script src="{{STATIC_URL}}js/views/view.js" type="text/javascript" charset="utf-8"></script>