File: horde-jquery-init.js

package info (click to toggle)
php-horde-core 2.31.6%2Bdebian0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 8,448 kB
  • sloc: php: 26,351; xml: 4,523; sh: 18; makefile: 11
file content (11 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
/**
 * Load any jQuery Mobile init code before the library is loaded.
 *
 * @copyright  2014-2015 Horde LLC
 * @license    LGPL-2.1 (http://www.horde.org/licenses/lgpl21)
 */

if (window.horde_jquerymobile_init) {
    $(window.document).bind("mobileinit", window.horde_jquerymobile_init);
    delete window.horde_jquerymobile_init;
}