Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/files_videoplayer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Filiciak <piotr@filiciak.pl>2016-05-26 14:21:19 +0300
committerPiotr Filiciak <piotr@filiciak.pl>2016-05-26 14:21:19 +0300
commitbdf2e985c8406fefbce9e5b70dfd52f404fde380 (patch)
tree38bc0f4e9e4c87f02b6c542187babf579182925c /js/viewer.js
parent03e498c94061cc12bb96beccfba8f71ddf1713c0 (diff)
fix error 404 /s/false
Diffstat (limited to 'js/viewer.js')
-rwxr-xr-xjs/viewer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/viewer.js b/js/viewer.js
index 3830091..30c02c5 100755
--- a/js/viewer.js
+++ b/js/viewer.js
@@ -69,7 +69,7 @@ var videoViewer = {
videoViewer.UI.hide();
// force close socket
$('video').each(function() {
- $($(this)[0]).attr('src', false);
+ $($(this)[0]).attr('src', '');
});
},
log : function(message){