diff options
| author | Dan Farrelly | 2014-01-15 17:36:10 -0500 | 
|---|---|---|
| committer | Dan Farrelly | 2014-01-15 17:36:10 -0500 | 
| commit | 70b19cb5bea6a4915549458bb7169a56d40c3178 (patch) | |
| tree | f4404001840fae9b787171026c642270b88bf5de /debug_toolbar/templates | |
| parent | fe6b2ce8c3db95367741012dce6a310cdd50266e (diff) | |
| download | django-debug-toolbar-70b19cb5bea6a4915549458bb7169a56d40c3178.tar.bz2 | |
Remove dependency on jquery-cookie plugin
Replace plugin with simpler get and set methods.
Diffstat (limited to 'debug_toolbar/templates')
| -rw-r--r-- | debug_toolbar/templates/debug_toolbar/base.html | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/debug_toolbar/templates/debug_toolbar/base.html b/debug_toolbar/templates/debug_toolbar/base.html index 52ebb57..6ceb735 100644 --- a/debug_toolbar/templates/debug_toolbar/base.html +++ b/debug_toolbar/templates/debug_toolbar/base.html @@ -6,7 +6,6 @@  <script>//<![CDATA[  if(!window.jQuery) document.write('<scr'+'ipt src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></scr'+'ipt>');  //]]></script> -<script src="{% static 'debug_toolbar/js/jquery.cookie.js' %}"></script>  <script src="{% static 'debug_toolbar/js/toolbar.js' %}"></script>  <div id="djDebug" style="display:none;" dir="ltr"       data-store-id="{{ toolbar.store_id }}" data-render-panel-url="{% url 'djdt:render_panel' %}"  | 
