aboutsummaryrefslogtreecommitdiffstats
path: root/GWP_bs3_panel_shortcode.php
diff options
context:
space:
mode:
authorHeckyel <heckyel@openmailbox.org>2016-12-19 15:04:38 -0500
committerHeckyel <heckyel@openmailbox.org>2016-12-19 15:04:38 -0500
commitfef99df9a236381827736700e18221dc7523c821 (patch)
tree4fa91e9bcb4efdfc96aaa66a8c2ef599428039f8 /GWP_bs3_panel_shortcode.php
parent7870d3623d552d030600e2f6ac0743154ad9e0d7 (diff)
downloadlibrevideojs-html5-player-fef99df9a236381827736700e18221dc7523c821.tar.lz
librevideojs-html5-player-fef99df9a236381827736700e18221dc7523c821.tar.xz
librevideojs-html5-player-fef99df9a236381827736700e18221dc7523c821.zip
falta ajustar interfaz al nuevo librevideojs-html5-player.php que soporta resoluciones desde extra
Diffstat (limited to 'GWP_bs3_panel_shortcode.php')
-rw-r--r--GWP_bs3_panel_shortcode.php2
1 files changed, 1 insertions, 1 deletions
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;
}