diff --git a/client/css/screen.css b/client/css/screen.css index 4adc9f5d8..f3f9c5b2e 100644 --- a/client/css/screen.css +++ b/client/css/screen.css @@ -771,7 +771,7 @@ body.pageslide-open { height: 26px; text-shadow: none; } -/* line 134, ../sass/modules/_header.scss */ +/* line 133, ../sass/modules/_header.scss */ .nav { /* For modern browsers */ /* For IE 6/7 (trigger hasLayout) */ @@ -784,7 +784,7 @@ body.pageslide-open { /* line 7, ../sass/partials/_mixins.scss */ .nav:after { clear: both; } - /* line 137, ../sass/modules/_header.scss */ + /* line 136, ../sass/modules/_header.scss */ .nav > li { list-style-image: none; list-style-type: none; @@ -804,17 +804,17 @@ body.pageslide-open { /* line 50, ../../../../.rvm/gems/ruby-1.9.3-p194/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */ .nav > li.last { padding-right: 0; } - /* line 140, ../sass/modules/_header.scss */ + /* line 139, ../sass/modules/_header.scss */ .nav > li > a { color: white; font-size: 16px; line-height: 26px; height: 26px; font-weight: normal; } - /* line 148, ../sass/modules/_header.scss */ + /* line 147, ../sass/modules/_header.scss */ .nav > li > a.intercom em:before { content: '('; } - /* line 151, ../sass/modules/_header.scss */ + /* line 150, ../sass/modules/_header.scss */ .nav > li > a.intercom em:after { content: ')'; } diff --git a/client/models/setting.js b/client/models/setting.js index ebf743baa..1ba1a435d 100644 --- a/client/models/setting.js +++ b/client/models/setting.js @@ -1,5 +1,5 @@ -var Setting = FormModel.extend({ +Setting = FormModel.extend({ blankSchema: { requireViewInvite: false,