Fix linkPending class

This commit is contained in:
Tigercat2000
2016-01-15 10:58:45 -08:00
parent 9a7325b827
commit c0e78c7464
3 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -37,7 +37,7 @@ NanoBaseCallbacks = function ()
.on('click', function (event) {
event.preventDefault();
var href = $(this).data('href');
if (href != null && _canClick)
if(href != null && _canClick)
{
_canClick = false;
$('body').oneTime(300, 'enableClick', function () {
+1 -1
View File
@@ -11,7 +11,7 @@
background-image: url(uiLinkPendingIcon.gif);
}
.linkPending {
.linkPending .fa {
display: none;
}