diff options
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', |