X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fdebug_platform%2Fstatic%2Fjs%2Fdebug_platform.js;h=dda946c33c16256a12375350d8354319413bc5c8;hb=c025814eadebf386f556f9af571d3f04e2124a80;hp=cbbd0b75b3a8e38605bc7b0d69708b185dde13d8;hpb=641432a9373ea5466ab8fd1cc7114950660b609f;p=unfold.git diff --git a/plugins/debug_platform/static/js/debug_platform.js b/plugins/debug_platform/static/js/debug_platform.js index cbbd0b75..dda946c3 100644 --- a/plugins/debug_platform/static/js/debug_platform.js +++ b/plugins/debug_platform/static/js/debug_platform.js @@ -79,13 +79,13 @@ return this.each(function() { var $this = $(this); - var hazelnut = $this.data('Manifold'); + var querytable = $this.data('Manifold'); // Unbind all events using namespacing $(window).unbind('Manifold'); // Remove associated data - hazelnut.remove(); + querytable.remove(); $this.removeData('Manifold'); }); }, // destroy