Commit 099a0bba authored by Sven Franck's avatar Sven Franck

app: don't call enhanceWithin()

parent e3786887
......@@ -5403,7 +5403,6 @@
*/
//TODO: merge with pagebindings, so all jQuery is at one place!
app.setGlobalBindings = function () {
$(document)
.enhanceWithin()
......@@ -6828,9 +6827,9 @@
wrapper.fragment.appendChild(wrapper.placeholder);
}
// we should have some wrapper to call enhanceWithin on
// TODO: only call on whatever we append!
$(document).enhanceWithin();
// // we should have some wrapper to call enhanceWithin on
// // TODO: only call on whatever we append!
// $(document).enhanceWithin();
// return fragment
return RSVP.resolve(wrapper.fragment || undefined);
......
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