summaryrefslogtreecommitdiff
path: root/rel/overlay/share/www/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'rel/overlay/share/www/index.html')
-rw-r--r--rel/overlay/share/www/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/rel/overlay/share/www/index.html b/rel/overlay/share/www/index.html
index e34dbde1..975f5986 100644
--- a/rel/overlay/share/www/index.html
+++ b/rel/overlay/share/www/index.html
@@ -34,7 +34,7 @@ specific language governing permissions and limitations under the License.
this.updateSelection(location.pathname + "index.html");
});
}
- var dbsPerPage = $.futon.storage.get("per_page");
+ var dbsPerPage = parseInt($.futon.storage.get("per_page"));
if (dbsPerPage) $("#perpage").val(dbsPerPage);
$("#perpage").change(function() {
page.updateDatabaseListing();