From f5cd4e8a12a3396017d1db4230c4fc8e7cbb6b18 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sun, 30 Nov 2014 10:41:11 +0100 Subject: [PATCH] js/module: temporarily disable old state-fetching --- public/js/module.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/js/module.js b/public/js/module.js index 6eb0870..f8a7de6 100644 --- a/public/js/module.js +++ b/public/js/module.js @@ -82,9 +82,9 @@ } }); - $container.data('refreshParams', { + /*$container.data('refreshParams', { opened: self.listOpenedBps($container) - }); + });*/ }, fixOpenedBps: function(event) {