From b8b81ca1181735815db2c9cbef872f02a2763b07 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 9 Feb 2013 02:01:11 +0400 Subject: [PATCH] added theme toggler button for testing... Signed-off-by: Alex A. Naanou --- index.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/index.html b/index.html index 10253f5..6f10d04 100755 --- a/index.html +++ b/index.html @@ -832,6 +832,14 @@ $(document).ready(function(){ + + + Toggele viewer themes: + + + + + Full navigation gistory: @@ -945,6 +953,7 @@ $(document).ready(function(){ var b = $('#BrowserInfo') $.each($.browser, function(i, e){$('
'+i+': '+e+'
').appendTo(b)}) $('#UserAgent').text(navigator.userAgent) + $('#theme_toggler').text(toggleThemes('?')) } function toggleSetting(obj){ obj = $(obj)