From 4c16d8321e9f57aa658225b1a80f9e10ae421ecd Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Fri, 27 Sep 2013 09:59:06 -0700 Subject: [PATCH] Fix default model values --- clientapp/models/state.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clientapp/models/state.js b/clientapp/models/state.js index 055648e..ceb4d89 100644 --- a/clientapp/models/state.js +++ b/clientapp/models/state.js @@ -30,8 +30,8 @@ module.exports = HumanModel.define({ idleTimeout: ['number', true, 600000], idleSince: 'date', allowAlerts: ['bool', true, false], - badge: 'string', - pageTitle: 'string' + badge: ['string', true, ''], + pageTitle: ['string', true, ''] }, derived: { title: {