aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorJesús Eduardo <heckyel@hyperbola.info>2017-08-11 12:08:24 -0500
committerJesús Eduardo <heckyel@hyperbola.info>2017-08-11 12:08:24 -0500
commitc675ca39e68062b3224ea6cb18a6bf928e983df3 (patch)
treec5b71dc0693ea335c331009e363b7a8ab3a22e7e /js
parent0368eca988782915c15744b32ecd6b9c77450d98 (diff)
downloadlidra-theme-c675ca39e68062b3224ea6cb18a6bf928e983df3.tar.lz
lidra-theme-c675ca39e68062b3224ea6cb18a6bf928e983df3.tar.xz
lidra-theme-c675ca39e68062b3224ea6cb18a6bf928e983df3.zip
only one color css
Diffstat (limited to 'js')
-rw-r--r--js/mce-button.js18
1 files changed, 0 insertions, 18 deletions
diff --git a/js/mce-button.js b/js/mce-button.js
index 3d8a013..ea424e1 100644
--- a/js/mce-button.js
+++ b/js/mce-button.js
@@ -41,9 +41,6 @@
if (v.poster)
poster = v.poster;
var code = 'webm';
- if (v.code)
- code = v.code;
- var color = 'mixteal';
if (v.color)
code = v.color;
var content = '';
@@ -80,21 +77,6 @@
tooltip: 'Selecciona el formato del vídeo'
},
{
- type: 'listbox',
- name: 'color',
- label: 'Piel',
- value: color,
- 'values': [
- {text: 'mixblue', value: 'mixblue'},
- {text: 'mixgrey', value: 'mixgrey'},
- {text: 'mixpurple', value: 'mixpurple'},
- {text: 'mixred', value: 'mixred'},
- {text: 'mixteal', value: 'mixteal'},
- {text: 'mixyellow', value: 'mixyellow'},
- ],
- tooltip: 'Selecciona el color'
- },
- {
type: 'textbox',
name: 'content',
label: 'Extra',