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)
|