Default Setting Edit: Fixed Domain selector and color picker - moved color picker JS files to Enhanced template.php.

This commit is contained in:
Nate Jones
2014-08-05 22:32:14 +00:00
parent 7fb66e521b
commit f599330cbc
2 changed files with 2 additions and 4 deletions

View File

@@ -417,9 +417,6 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
$category == "theme" && $subcategory == "background_color" && $name == "array" ||
$category == "theme" && $subcategory == "login_color" && $name == "text"
) {
// source: http://rightjs.org
echo " <script src='".PROJECT_PATH."/resources/rightjs/right.js'></script>";
echo " <script src='".PROJECT_PATH."/resources/rightjs/right-colorpicker-src.js' type='text/javascript'></script>";
echo " <style>";
echo " DIV.rui-colorpicker { width: 253px; }";
echo " DIV.rui-colorpicker DIV.controls { width: 61px; }";