diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-11 12:08:24 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-11 12:08:24 -0500 |
commit | c675ca39e68062b3224ea6cb18a6bf928e983df3 (patch) | |
tree | c5b71dc0693ea335c331009e363b7a8ab3a22e7e /js/mce-button.js | |
parent | 0368eca988782915c15744b32ecd6b9c77450d98 (diff) | |
download | lidra-theme-c675ca39e68062b3224ea6cb18a6bf928e983df3.tar.lz lidra-theme-c675ca39e68062b3224ea6cb18a6bf928e983df3.tar.xz lidra-theme-c675ca39e68062b3224ea6cb18a6bf928e983df3.zip |
only one color css
Diffstat (limited to 'js/mce-button.js')
-rw-r--r-- | js/mce-button.js | 18 |
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', |