Remove href=#, to fix Bug 41988

Change-Id: I8eacaa452eb71d237fc671aa63c4707b8e14a83f
This commit is contained in:
Santhosh Thottingal
2012-11-14 20:24:38 +05:30
parent 98935ee832
commit 7c4646a059
3 changed files with 6 additions and 2 deletions

View File

@@ -4,6 +4,10 @@ div#settings-block {
line-height: 1.2em;
}
.uls-menu a {
cursor: pointer;
}
#settings-block div.display-settings-block,
#settings-block div.input-settings-block {
margin: 8px 0;

View File

@@ -222,7 +222,7 @@
top: that.$parent.top,
onReady: function () {
var uls = this,
$back = $( '<a>' ).prop( 'href', '#' )
$back = $( '<a>' )
.data( 'i18n', 'ext-uls-back-to-display-settings' )
.i18n();

View File

@@ -262,7 +262,7 @@
top: that.$parent.top,
onReady: function () {
var uls = this,
$back = $( '<a>' ).prop( 'href', '#' )
$back = $( '<a>' )
.text( $.i18n( 'ext-uls-back-to-input-settings' ) );
$back.click( function () {