Updates fallback.

This commit is contained in:
Lars Jung 2013-07-11 17:57:28 +02:00
parent bf059c0393
commit d7b51e2de8
4 changed files with 12 additions and 5 deletions

View file

@ -35,8 +35,6 @@
if ($('html').hasClass('no-browser')) {
$(function () { $('#no-js-fallback').removeClass('hideOnJs'); });
} else if (mode === 'info') {
$(function () { modulejs.require('info'); });