summaryrefslogtreecommitdiff
path: root/StoneIsland/www/js/lib/view/Serializable.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-12-02 17:37:35 +0100
committerJules Laplace <julescarbon@gmail.com>2019-12-02 17:37:35 +0100
commit8d4ace1dbea3b38e08a2fa369cf988eaac5b3dba (patch)
tree7a1e600400383404c1787a42f7568a8d51f5d300 /StoneIsland/www/js/lib/view/Serializable.js
parent1420584ae4c41d4f89743c512b00befe814b54bb (diff)
fixing more stuff
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)
}
},