Skip to content

Commit

Permalink
working UI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnMcLear committed Sep 21, 2017
1 parent 792fc28 commit bfa6a56
Show file tree
Hide file tree
Showing 2 changed files with 242 additions and 2 deletions.
236 changes: 236 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions www/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ var app = {

// Begin listening for NFC Tags
if(device && device.platform === "iOS"){
$('#actionBtn').remove();
$('#eraseBtn').remove();
$('#nav-btn').remove();
$('#actionBtn').parent().remove();
$('#eraseBtn').parent().remove();
$('#clearSweetSpot').parent().remove();
$('#clearPreviousActions').parent().remove();
$('#sweetSpotBtn').parent().remove();
}else{
nfcRing.nfcEvent.init();
}
Expand Down

0 comments on commit bfa6a56

Please sign in to comment.