aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/common
diff options
context:
space:
mode:
authorStas Vilchik <vilchiks@gmail.com>2015-03-23 10:37:10 +0100
committerStas Vilchik <vilchiks@gmail.com>2015-03-23 10:37:10 +0100
commit6c220cf23587774804fea19b2d8d108b8120f163 (patch)
tree471357f3988eece3ef9a608e941e1119a2f83825 /server/sonar-web/src/main/js/common
parentd871fdd2dda38b9768367c3ab6ba71fba3ccb10b (diff)
downloadsonarqube-6c220cf23587774804fea19b2d8d108b8120f163.tar.gz
sonarqube-6c220cf23587774804fea19b2d8d108b8120f163.zip
fix reactivation of a custom rule
Diffstat (limited to 'server/sonar-web/src/main/js/common')
-rw-r--r--server/sonar-web/src/main/js/common/modal-form.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/src/main/js/common/modal-form.js b/server/sonar-web/src/main/js/common/modal-form.js
index d62e69407e3..c369bdf0ef6 100644
--- a/server/sonar-web/src/main/js/common/modal-form.js
+++ b/server/sonar-web/src/main/js/common/modal-form.js
@@ -59,6 +59,7 @@ define(['common/modals'], function (ModalView) {
container.append(html);
});
}
+ this.ui.messagesContainer.scrollParent().scrollTop(0);
}
});