[FIX] Remove watcher

bzr revid: jke@openerp.com-20140414153537-0qjlnqqnk0q9utn0
This commit is contained in:
Kersten Jeremy 2014-04-14 17:35:37 +02:00
parent a8ce5415ad
commit 552a23a4bd
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@
$.fn.bsbutton = $.fn.button;
// keep jQuery method alive
window.watch("$", function (prop, oldval, val) {
<!-- window.watch("$", function (prop, oldval, val) {
console.debug("jQuery "+oldval.fn.jquery+" overwritted by jQuery "+val.fn.jquery);
for (var i in oldval.fn) {
if (typeof val.fn[i] === "undefined") {
@ -84,7 +84,7 @@
}
}
return val;
});
}); -->
</script>
<script type="text/javascript" src="/web/static/lib/qweb/qweb2.js"></script>