mopidy-musicbox-webclient/mopidy_musicbox_webclient/static/js/custom_scripting.js
jcass 411a3781fd Combine .js and .py coverage reports.
Remove services that cannot be searched from search dropdown.

Refactoring and additional unit tests.
2016-03-28 06:17:43 +02:00

9 lines
238 B
JavaScript

// jQuery Mobile configuration options
// see: http://api.jquerymobile.com/1.3/global-config/
$(document).bind('mobileinit', function () {
$.extend($.mobile, {
ajaxEnabled: false,
hashListeningEnabled: false
})
})