diff --git a/platypush/backend/http/static/js/video.omxplayer.js b/platypush/backend/http/static/js/video.omxplayer.js index c956b687..31fe9315 100644 --- a/platypush/backend/http/static/js/video.omxplayer.js +++ b/platypush/backend/http/static/js/video.omxplayer.js @@ -136,7 +136,7 @@ $(document).ready(function() { function() { $videoResults.html(results); - }, + } ); }); };