From cbae1e671056708da934db5f07f8a5e9d9afc95c Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Thu, 5 Aug 2010 10:22:19 +0200 Subject: [PATCH] remove double gallery initialization --- redakcja/static/js/wiki/loader.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/redakcja/static/js/wiki/loader.js b/redakcja/static/js/wiki/loader.js index 58a12e1c..42561157 100644 --- a/redakcja/static/js/wiki/loader.js +++ b/redakcja/static/js/wiki/loader.js @@ -17,10 +17,6 @@ $(function() function initialize() { - gallery = new $.wiki.ScanGalleryPerspective({ - doc: CurrentDocument, id: "ScanGalleryPerspective" - }); - $(document).keydown(function(event) { console.log("Received key:", event); }); -- 2.20.1