Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Removing jQuery $.each
Browse files Browse the repository at this point in the history
  • Loading branch information
MianSaleem committed Jun 1, 2017
1 parent 42919da commit dbac37f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ function testData() {

function printTest(printer_id) {
if (socket.readyState == 1) {
// $.each(printers, function() {
for (var i = 0; i < printers.length; i++) {
if (printers[i].id == printer_id) {
printer = printers[i];
Expand Down

0 comments on commit dbac37f

Please sign in to comment.