diff options
| author | Jules Laplace <jules@okfoc.us> | 2012-07-18 02:08:31 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2012-07-18 02:08:31 -0400 |
| commit | f0b28637d66eb680b823a9cd41b80549dd70fd7f (patch) | |
| tree | 62a91d2ae1fb6c0e87af2f351a319167993f9e13 | |
| parent | e79f9782506ad9ef517d4882e8cbdf7f83a49ae1 (diff) | |
var
| -rw-r--r-- | static/js/pichat2.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pichat2.js b/static/js/pichat2.js index 631a0f0..286edb9 100644 --- a/static/js/pichat2.js +++ b/static/js/pichat2.js @@ -1275,7 +1275,7 @@ function manPaletteHideUnlessLocked (){ } function manPaletteHide() { - var manPaletteOpen = false; + manPaletteOpen = false; $("#manual-palette").css("display", "none"); $("#manual-palette-thumbs").html(""); } |
