summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/view/Serializable.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/www/js/lib/view/Serializable.js')
-rwxr-xr-xStoneIsland/www/js/lib/view/Serializable.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/view/Serializable.js b/StoneIsland/www/js/lib/view/Serializable.js
index 08802fa9..0d638412 100755
--- a/StoneIsland/www/js/lib/view/Serializable.js
+++ b/StoneIsland/www/js/lib/view/Serializable.js
@@ -61,6 +61,7 @@ var SerializableView = View.extend({
focus_input: function(e){
$(e.currentTarget).removeClass("error_hilite")
+ $(e.currentTarget).closest(".checkbox-row").removeClass("error_hilite")
},
focus_date: function(e){
@@ -128,6 +129,7 @@ var SerializableView = View.extend({
// this.$msg.html(msgs.join("<br>"))
this.$msg.addClass('alert-notice')
if (app.view.scroller) {
+ app.view.scroller.refresh()
app.view.scroller.scrollTo(0, 0)
}
},