Skip to content

Commit

Permalink
deleted unnecessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
wohlfea committed Feb 10, 2016
1 parent 5d8f4c2 commit 165d960
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 386 deletions.
8 changes: 0 additions & 8 deletions js/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,6 @@
} else {
Location.handleResults();
}
// webDB.execute('SELECT * FROM yelpresults', function(rows){ //Select everything in SQL database
// if(!rows.length){ //If there are not rows in the DB do the following:
// Location.handleNoResults();
// } else {
// Location.handleResults(rows);
// }
// });
};

Location.loadAll = function() {
Expand All @@ -126,4 +119,3 @@
module.Location = Location;
module.manageDB = manageDB;
})(window);
manageDB.createTable();
327 changes: 0 additions & 327 deletions vendors/html5sql.js

This file was deleted.

51 changes: 0 additions & 51 deletions vendors/webdb.js

This file was deleted.

0 comments on commit 165d960

Please sign in to comment.