Skip to content

Commit

Permalink
Brought back the exlamation point on return page listings!
Browse files Browse the repository at this point in the history
  • Loading branch information
arc12012 committed Dec 3, 2016
1 parent 45123c5 commit b2b1e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html/javascript/return.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ function populateDeviceList(filter)
htmlString+= weeks+ " week";
if(weeks!=1) htmlString+="s";
}
htmlString+="!";
htmlString+="</div><div class=\"returnButtonContainer\"><button class=\"returnbutton\" id=\"button ";
htmlString+=(id);
htmlString+="\" type=\"button\">Return ";
Expand Down

0 comments on commit b2b1e13

Please sign in to comment.