diff --git a/trunk/research/players/jwplayer6.html b/trunk/research/players/jwplayer6.html
index b87c11c0f..6eb420f73 100755
--- a/trunk/research/players/jwplayer6.html
+++ b/trunk/research/players/jwplayer6.html
@@ -21,6 +21,7 @@
$("#div_container").remove();
_player.stop();
});
+
$("#main_modal").on("show", function(){
$("#div_container").remove();
@@ -42,6 +43,7 @@
};
_player = jwplayer('player_id').setup(conf);
});
+
$("#main_modal").modal({show:true, keyboard:false});
}
diff --git a/trunk/research/players/srs_player.html b/trunk/research/players/srs_player.html
index e5b9cc31a..321535d25 100755
--- a/trunk/research/players/srs_player.html
+++ b/trunk/research/players/srs_player.html
@@ -14,13 +14,26 @@
}