diff --git a/platypush/backend/http/static/js/video.omxplayer.js b/platypush/backend/http/static/js/video.omxplayer.js
index 493d20127..dd7c9e8c7 100644
--- a/platypush/backend/http/static/js/video.omxplayer.js
+++ b/platypush/backend/http/static/js/video.omxplayer.js
@@ -34,7 +34,8 @@ $(document).ready(function() {
return false;
});
- $searchForm.find('button[data-action]').on('click', function(evt) {
+ $ctrlForm.on('submit', function() { return false; });
+ $ctrlForm.find('button[data-action]').on('click', function(evt) {
var action = $(this).data('action');
var $btn = $(this);
diff --git a/platypush/backend/http/templates/plugins/video.omxplayer.html b/platypush/backend/http/templates/plugins/video.omxplayer.html
index 6e97464db..6e24aae6f 100644
--- a/platypush/backend/http/templates/plugins/video.omxplayer.html
+++ b/platypush/backend/http/templates/plugins/video.omxplayer.html
@@ -28,6 +28,10 @@
+
+
@@ -40,6 +44,10 @@
+
+