Fix reader.
[wolnelektury.git] / apps / wolnelektury_core / static / js / picture.js
index 7c5ff9c..0c2e35b 100644 (file)
       return $mark.get(0);
     },
   });
-}(jQuery));
 
 
 $(document).ready(function() {
@@ -249,3 +248,4 @@ $(document).ready(function() {
 
 });
 
+}(jQuery));