Skip to content

Commit

Permalink
backgroundColor change fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonWaldherr committed Jun 10, 2013
1 parent 9d20a56 commit 2b81ea5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cache.manifest
@@ -1,6 +1,6 @@
CACHE MANIFEST
#v.:06.06.2013
#time:06:06:00
#time:06:06:06

CACHE:
http://selfcss.org/
Expand Down
2 changes: 1 addition & 1 deletion min/script.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions script.js
Expand Up @@ -787,10 +787,10 @@ function wpt_slider_changed(value, menu) {
modevalue = value;

ischanging += 1;
//wpt_change_vars();
if ((initialized === true)&&(ischanging <3)) {
if ((initialized === true) && (ischanging < 3)) {
if ((menu.parentNode.parentNode.parentNode.childNodes[0].innerHTML === 'Background:') || (menu.parentNode.parentNode.parentNode.childNodes[1].innerHTML === 'Background:')) {
$id('box').style.background = getColor('bgslider', 'bgslider', 'bgslider');
ischanging -= 1;
return false;
}
switch (modemenu) {
Expand Down

0 comments on commit 2b81ea5

Please sign in to comment.