Display an upgrade button in the settings page

This commit is contained in:
yflory
2017-05-16 10:34:50 +02:00
parent c1b43db363
commit 87fa28180a
4 changed files with 15 additions and 15 deletions

View File

@@ -60,7 +60,6 @@ define([
$div.append('<br>').append($pubLabel).append($pubKey);
}
return $div;
};
@@ -234,7 +233,7 @@ define([
$div.find('.limit-container').remove();
$bar.find('.upgrade').addClass('btn btn-success');
$div.append($bar);
});
}, true);
return $div;
};