aboutsummaryrefslogtreecommitdiffstats
path: root/librevideojs
diff options
context:
space:
mode:
Diffstat (limited to 'librevideojs')
-rw-r--r--librevideojs/css/mce-button.css2
-rw-r--r--librevideojs/js/mce-button.js4
-rw-r--r--librevideojs/js/mce-button.min.js4
3 files changed, 5 insertions, 5 deletions
diff --git a/librevideojs/css/mce-button.css b/librevideojs/css/mce-button.css
index 7630374..311ee9e 100644
--- a/librevideojs/css/mce-button.css
+++ b/librevideojs/css/mce-button.css
@@ -1,4 +1,4 @@
-i.mce-i-bs3_panel:before {
+i.mce-i-librevideojs:before {
font-family: "dashicons";
content: "\f236";
}
diff --git a/librevideojs/js/mce-button.js b/librevideojs/js/mce-button.js
index 22bea77..f823366 100644
--- a/librevideojs/js/mce-button.js
+++ b/librevideojs/js/mce-button.js
@@ -1,5 +1,5 @@
/*!
- * @source:
+ * @source: here
*
*
* @licstart The following is the entire license notice for the
@@ -112,7 +112,7 @@
url : '',
poster: '',
code : 'webm',
- content: ''
+ content: '',
});
}
});
diff --git a/librevideojs/js/mce-button.min.js b/librevideojs/js/mce-button.min.js
index a3c9489..2aacc8b 100644
--- a/librevideojs/js/mce-button.min.js
+++ b/librevideojs/js/mce-button.min.js
@@ -1,5 +1,5 @@
/*!
- * @source:
+ * @source: here
*
*
* @licstart The following is the entire license notice for the
@@ -25,4 +25,4 @@
* for the JavaScript code in this page.
*
*/
-(function(){tinymce.PluginManager.add("librevideojs",function(b,a){var c="librevideojs_video";b.addCommand("librevideojs_popup",function(h,d){var e="";if(d.url){e=d.url}var i="";if(d.poster){i=d.poster}var g="webm";if(d.code){g=d.code}var f="";if(d.content){f=d.content}b.windowManager.open({title:"LibreVideoJS - Inserción de vídeo",body:[{type:"textbox",name:"url",label:"URL",value:e,tooltip:"Inserta la URL del vídeo"},{type:"textbox",name:"poster",label:"Poster",value:i,tooltip:"Escribe aquí la URL de la imagen que deseas que se visualice antes de reproducir el vídeo"},{type:"listbox",name:"code",label:"Formato",value:g,values:[{text:"webm",value:"webm"},{text:"ogv",value:"ogg"},{text:"mp4",value:"mp4"}],tooltip:"Selecciona el formato del vídeo"},{type:"textbox",name:"content",label:"Extra",value:f,multiline:true,minWidth:300,minHeight:100}],onsubmit:function(k){var j="["+c;if(typeof k.data.url!="undefined"&&k.data.url.length){j+=' url="'+k.data.url+'"'}if(typeof k.data.poster!="undefined"&&k.data.poster.length){j+=' poster="'+k.data.poster+'"'}if(typeof k.data.code!="undefined"&&k.data.code.length){j+=' code="'+k.data.code+'"'}j+="]"+k.data.content+"[/"+c+"]";b.insertContent(j)}})});b.addButton("librevideojs",{icon:"librevideojs",tooltip:"LibreVideoJS",onclick:function(){b.execCommand("librevideojs_popup","",{url:"",poster:"",code:"webm",content:""})}})})})(); \ No newline at end of file
+(function(){tinymce.PluginManager.add("librevideojs",function(b,a){var c="librevideojs_video";b.addCommand("librevideojs_popup",function(h,d){var e="";if(d.url){e=d.url}var i="";if(d.poster){i=d.poster}var g="webm";if(d.code){g=d.code}var f="";if(d.content){f=d.content}b.windowManager.open({title:"LibreVideoJS - Inserción de vídeo",body:[{type:"textbox",name:"url",label:"URL",value:e,tooltip:"Inserta la URL del vídeo"},{type:"textbox",name:"poster",label:"Poster",value:i,tooltip:"Escribe aquí la URL de la imagen que deseas que se visualice antes de reproducir el vídeo"},{type:"listbox",name:"code",label:"Formato",value:g,values:[{text:"webm",value:"webm"},{text:"ogv",value:"ogg"},{text:"mp4",value:"mp4"}],tooltip:"Selecciona el formato del vídeo"},{type:"textbox",name:"content",label:"Extra",value:f,multiline:true,minWidth:300,minHeight:100}],onsubmit:function(k){var j="["+c;if(typeof k.data.url!="undefined"&&k.data.url.length){j+=' url="'+k.data.url+'"'}if(typeof k.data.poster!="undefined"&&k.data.poster.length){j+=' poster="'+k.data.poster+'"'}if(typeof k.data.code!="undefined"&&k.data.code.length){j+=' code="'+k.data.code+'"'}j+="]"+k.data.content+"[/"+c+"]";b.insertContent(j)}})});b.addButton("librevideojs",{icon:"librevideojs",tooltip:"LibreVideoJS",onclick:function(){b.execCommand("librevideojs_popup","",{url:"",poster:"",code:"webm",content:"",})}})})})(); \ No newline at end of file