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

@@ -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();