Skip to content

Commit

Permalink
removed unneded code
Browse files Browse the repository at this point in the history
  • Loading branch information
bobrik committed Jul 28, 2012
1 parent 1b6534e commit 67351e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{ {
"name": "pupergrep", "name": "pupergrep",
"version": "0.3.3", "version": "0.3.4",
"description": "Real-time grep for your logs right in your favorite modern browser made with Twitter Bootstrap.", "description": "Real-time grep for your logs right in your favorite modern browser made with Twitter Bootstrap.",
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
Expand Down
5 changes: 0 additions & 5 deletions public/index.html
Expand Up @@ -470,15 +470,10 @@ <h3>Settings</h3>
}); });


socket.on("connect", function() { socket.on("connect", function() {
// socket.emit("subscribe", {path: "/tmp/pew"});
console.log("connected!"); console.log("connected!");
}); });


window.scrollTo(0, 1); window.scrollTo(0, 1);

if (navigator.userAgent.match(/iPad/i)) {
taggedInputs.prop("placeholder", "");
}
}); });
</script> </script>
</body> </body>
Expand Down

0 comments on commit 67351e9

Please sign in to comment.