Code layout change.
[wolnelektury.git] / apps / catalogue / static / player / openplayer.js
diff --git a/apps/catalogue/static/player/openplayer.js b/apps/catalogue/static/player/openplayer.js
deleted file mode 100644 (file)
index 4fe27bd..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-(function($) {
-    $(function() {
-
-
-
-$('.open-player').click(function(event) {
-    event.preventDefault();
-    window.open($(this).attr('href'),
-        'player',
-        'width=422, height=500, scrollbars=1'
-        );
-});
-
-
-
-    });
-})(jQuery);
-