Add a more settings link instead of the help link

It opens the input settings panel of ULS

Change-Id: I6d22585f735073d3d7d3e59eba24befe72238786
This commit is contained in:
Santhosh Thottingal
2012-10-29 16:17:41 +05:30
parent 15b19d9f32
commit 4818545939
3 changed files with 46 additions and 2 deletions

View File

@@ -351,7 +351,7 @@
onSave: function ( success ) {
if ( success ) {
// Live ime update
this.$parent.hide();
this.$parent.close();
} else {
// FIXME failure. what to do?!
}