diff --git a/lightwrite/templates/.light.html.swp b/lightwrite/templates/.light.html.swp deleted file mode 100644 index a8c824f..0000000 Binary files a/lightwrite/templates/.light.html.swp and /dev/null differ diff --git a/lightwrite/templates/light.html b/lightwrite/templates/light.html index 69a39f0..6343be5 100644 --- a/lightwrite/templates/light.html +++ b/lightwrite/templates/light.html @@ -17,22 +17,24 @@ jQuery('#logoo').attr("src", "/static/gunio2.png") }, function(){ jQuery('#logoo').attr("src", "/static/gunio.png"); - }); + }); }) var light = true; @@ -50,19 +52,19 @@ $('#footer-items').css('background-color', '#ffffff'); $('#main form div textarea#writearea').css('color', '#000000'); $('#main form div textarea#writearea').css('text-shadow', '0 0 1px #666677'); - light = true; + light = true; } - else{ + else{ $('#writearea').css('background-color', '#000000'); $('body').css('background-color', '#000000'); $('#footer').css('background-color', '#000000'); $('#footer-items').css('background-color', '#000000'); $('#main form div textarea#writearea').css('color', '#ffffff'); $('#main form div textarea#writearea').css('text-shadow', '0 0 1px #999988'); - light = false; + light = false; } - + }