Commit e9ac834c authored by Ivan Tyagov's avatar Ivan Tyagov

Remove logging.

parent 890e9e79
...@@ -8,9 +8,7 @@ ...@@ -8,9 +8,7 @@
//<![CDATA[ //<![CDATA[
$(document).ready(function() { $(document).ready(function() {
gadget = RenderJs.GadgetIndex.getGadgetById("jqm-details-gadget"); gadget = RenderJs.GadgetIndex.getGadgetById("jqm-details-gadget");
console.log("init");
gadget.updateCountry = function (country) { gadget.updateCountry = function (country) {
console.log(country);
$("#country").html(country); $("#country").html(country);
}; };
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment