diff options
author | Andreas Gohr <andi@splitbrain.org> | 2020-05-01 22:58:20 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2020-05-01 22:58:20 +0200 |
commit | 3465db0c3f7b210754e5c6a080828a54b6dc4e56 (patch) | |
tree | da1ebe35281dea424d4312f342576822bc935e6c /lib/plugins/styling/script.js | |
parent | 392db49b487deb36ed61be81cce84dc11d321ed9 (diff) | |
download | dokuwiki-3465db0c3f7b210754e5c6a080828a54b6dc4e56.tar.gz dokuwiki-3465db0c3f7b210754e5c6a080828a54b6dc4e56.zip |
remove iris color picker plugin from styling manager
Modern browsers know about type=color and show their own picker so there
is no need for this jQuery plugin anymore.
Also the iris plugin isn't maintained anymore and throws warnings in
jQuery migrate.
Diffstat (limited to 'lib/plugins/styling/script.js')
-rw-r--r-- | lib/plugins/styling/script.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/plugins/styling/script.js b/lib/plugins/styling/script.js index 909e999b8..7fa8b2571 100644 --- a/lib/plugins/styling/script.js +++ b/lib/plugins/styling/script.js @@ -1,5 +1,3 @@ -/* DOKUWIKI:include_once iris.js */ - jQuery(function () { /** @@ -55,9 +53,6 @@ jQuery(function () { /* ---- from here on we're in the popup or admin page ---- */ - // add the color picker - $styling_plugin.find('.color').iris({}); - // add button on main page if (!$styling_plugin.hasClass('ispopup')) { var $form = $styling_plugin.find('form.styling').first(); |