Commit c87e218c authored by Romain Courteaud's avatar Romain Courteaud

Do not depend on jqm for routing.

parent bbabfa06
...@@ -676,9 +676,10 @@ ...@@ -676,9 +676,10 @@
}; };
}(jQuery)); }(jQuery));
$(document).bind('pagecreate', function () { $(document).ready(function () {
$('body').vifib(); $('body').vifib();
}); });
$(document).bind('pagebeforecreate', function (e, data) { $(document).bind('pagebeforecreate', function (e, data) {
//e.preventDefault(); //e.preventDefault();
}); });
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