X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo.js;h=67147c5ee6efd7a6f1be03c969fb9561af26ca52;hb=6a6a87c6f1b0b302d224a6c78bd5355155d79766;hp=c0452b435251b56c08efdacf4fe76dece34f5edd;hpb=7c67383f76ec0c0b7fee9988a2626a34c2cc143a;p=roojs1 diff --git a/Roo.js b/Roo.js index c0452b4352..67147c5ee6 100644 --- a/Roo.js +++ b/Roo.js @@ -343,12 +343,7 @@ Roo.factory(conf, Roo.data); return; // alerT? } - if(window.location.href.indexOf("localhost") == -1) { - return; - } - console.log(s); - }, /** * Takes an object and converts it to an encoded URL. e.g. Roo.urlEncode({foo: 1, bar: 2}); would return "foo=1&bar=2". Optionally, property values can be arrays, instead of keys and the resulting string that's returned will contain a name/value pair for each array value.