Skip to content

Commit

Permalink
Remove new peer add button for multimode
Browse files Browse the repository at this point in the history
  • Loading branch information
slothbag committed Feb 4, 2015
1 parent 28f8974 commit faf8e8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NxtLite/assets/nxtlite.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ function post_login() {
$('#nrs_version_info').html('UI Version');
$('#nrs_version').parent().replaceWith('<span id="nrs_version2" class="small-box-footer"></span>');
$('#nrs_version2').html('1.4.12');
$('#add_peer_button').hide();

NRS.pages.peers = function() {
$.ajax({
Expand Down

0 comments on commit faf8e8e

Please sign in to comment.