From fef99df9a236381827736700e18221dc7523c821 Mon Sep 17 00:00:00 2001 From: Heckyel Date: Mon, 19 Dec 2016 15:04:38 -0500 Subject: falta ajustar interfaz al nuevo librevideojs-html5-player.php que soporta resoluciones desde extra --- GWP_bs3_panel_shortcode.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GWP_bs3_panel_shortcode.php') diff --git a/GWP_bs3_panel_shortcode.php b/GWP_bs3_panel_shortcode.php index 2f89322..8acc164 100644 --- a/GWP_bs3_panel_shortcode.php +++ b/GWP_bs3_panel_shortcode.php @@ -89,7 +89,7 @@ class GWP_bs3_panel_shortcode{ * @return array */ function mce_external_plugins($plugin_array) { - $plugin_array[$this->shortcode_tag] = plugins_url('librevideojs/js/mce-button.min.js' , __FILE__ ); + $plugin_array[$this->shortcode_tag] = plugins_url('librevideojs/js/mce-button.js' , __FILE__ ); return $plugin_array; } -- cgit v1.2.3