diff options
Diffstat (limited to 'share/www/script/browse.js')
-rw-r--r-- | share/www/script/browse.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/www/script/browse.js b/share/www/script/browse.js index fa8abfbd..6cb26c49 100644 --- a/share/www/script/browse.js +++ b/share/www/script/browse.js @@ -451,7 +451,7 @@ function CouchDatabasePage() { db.allDocs(options); } else { if (viewName == "_temp_view") { - $("#viewcode").show().addClass("expanded"); + $("#viewcode").show().removeClass("collapsed"); var mapFun = $("#viewcode_map").val(); $.cookies.set(db.name + ".map", mapFun); var reduceFun = $("#viewcode_reduce").val() || null; |