X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/1896ffefd4c448d4445bb510e9ac5992a8f20361..7dc17cce79e01deeea3d7ba84e4e937c73594a50:/redakcja/static/js/wiki/loader.js?ds=inline

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);
 		});