diff --git a/application/modules/admin/views/scripts/index/index.phtml b/application/modules/admin/views/scripts/index/index.phtml
index 378c89d8a3198ad37f8a854eeb9d642866892524..37af2474069050a7c3a5db645c521ee990731952 100644
--- a/application/modules/admin/views/scripts/index/index.phtml
+++ b/application/modules/admin/views/scripts/index/index.phtml
@@ -1,7 +1,6 @@
 <?php
 $skin = Class_Admin_Skin::current();
 ?>
-<?php if ('stable' == BOKEH_VERSION) { ?>
 <h2 style="display:inline;border:none">
   <?php
   Class_ScriptLoader::getInstance()
@@ -26,7 +25,7 @@ $skin = Class_Admin_Skin::current();
   echo $this->Button($button);
   ?>
 </h2>
-<?php } ?>
+
 <h2 class="toggle_video">
   <?php
   Class_ScriptLoader::getInstance()->addJQueryReady('$(".toggle_video").click(function() {$(this).toggleClass("on");$(this).next().toggle();})');