1/**
2 * Federated Login for DokuWiki - utility javascript
3 *
4 * @copyright  2012 Aoi Karasu
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @link       http://www.dokuwiki.org/plugin:fedauth
7 * @author     Aoi Karasu <aoikarasu@gmail.com>
8 */
9
10var FEDAUTH_BASE = DOKU_BASE + 'lib/plugins/fedauth/';
11
12/* DOKUWIKI:include_once js/aoihelper.js */
13
14/* consider removing - start */
15if (typeof jQuery == 'undefined') {
16    if ((jAoi.getQueryVar('do') == 'admin') && (jAoi.getQueryVar('page') == 'fedauth')) {
17          alert('The script on this page requires jQuery, which has not been detected. Some functionality will be broken.');
18    }
19}
20/* consider removing - end */
21