From 67351e909f16fc45bb358ce447e960fe51e9638e Mon Sep 17 00:00:00 2001 From: Ian Babrou Date: Sat, 28 Jul 2012 21:41:10 +0400 Subject: [PATCH] removed unneded code --- package.json | 2 +- public/index.html | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 50bf3a2..a853e43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "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.", "main": "index.js", "dependencies": { diff --git a/public/index.html b/public/index.html index 20c0811..e24e0bb 100644 --- a/public/index.html +++ b/public/index.html @@ -470,15 +470,10 @@

Settings

}); socket.on("connect", function() { -// socket.emit("subscribe", {path: "/tmp/pew"}); console.log("connected!"); }); window.scrollTo(0, 1); - - if (navigator.userAgent.match(/iPad/i)) { - taggedInputs.prop("placeholder", ""); - } });