X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo.js;h=67147c5ee6efd7a6f1be03c969fb9561af26ca52;hp=c0452b435251b56c08efdacf4fe76dece34f5edd;hb=refs%2Fheads%2Fwip_alan_T6102_issue_with_word_clean;hpb=7c67383f76ec0c0b7fee9988a2626a34c2cc143a 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.