X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/82c3054bcdeb000aa9782da80d644070797b5cbe..ae60b2a3949e96357477cc04f90fd0873cee8a92:/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 index 4fe27bd31..000000000 --- a/apps/catalogue/static/player/openplayer.js +++ /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); -