Skip to content

Commit

Permalink
doh!
Browse files Browse the repository at this point in the history
missed a console.log statement #719 @40d5dc6
  • Loading branch information
wilpig committed Jan 24, 2016
1 parent 40d5dc6 commit 2e33c86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cabnavigator.php
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,6 @@ function bindworkorder(obj){
span.on('click', function(){
sneaky.sneak();
flippyfloppy();
console.log(workOrder.items().length);
// reload the page to show the workorder button if it isn't showing
if(workOrder.items().length>1){
$('a[href="workorder.php"]').removeClass('hide');
Expand Down

0 comments on commit 2e33c86

Please sign in to comment.