remove double gallery initialization
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 5 Aug 2010 08:22:19 +0000 (10:22 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Thu, 5 Aug 2010 08:22:19 +0000 (10:22 +0200)
redakcja/static/js/wiki/loader.js

index 58a12e1..4256115 100644 (file)
@@ -17,10 +17,6 @@ $(function()
 
     function initialize()
        {
-               gallery = new $.wiki.ScanGalleryPerspective({
-                       doc: CurrentDocument, id: "ScanGalleryPerspective"
-               });
-
                $(document).keydown(function(event) {
                        console.log("Received key:", event);
                });