Subversion Repositories oidplus

Rev

Rev 818 | Rev 849 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 818 Rev 833
Line 47... Line 47...
47
$files[] = process_file(__DIR__ . '/vendor/tinymce/tinymce/tinymce.js');
47
$files[] = process_file(__DIR__ . '/vendor/tinymce/tinymce/tinymce.js');
48
$files[] = process_file(__DIR__ . '/vendor/components/jqueryui/jquery-ui.js');
48
$files[] = process_file(__DIR__ . '/vendor/components/jqueryui/jquery-ui.js');
49
$files[] = process_file(__DIR__ . '/vendor/gedmarc/layout/dist/jquery.layout_and_plugins.js');
49
$files[] = process_file(__DIR__ . '/vendor/gedmarc/layout/dist/jquery.layout_and_plugins.js');
50
$files[] = process_file(__DIR__ . '/vendor/spamspan/spamspan/spamspan.js');
50
$files[] = process_file(__DIR__ . '/vendor/spamspan/spamspan/spamspan.js');
51
$files[] = process_file(__DIR__ . '/vendor/emn178/js-sha3/src/sha3.js');
51
$files[] = process_file(__DIR__ . '/vendor/emn178/js-sha3/src/sha3.js');
-
 
52
if (!isInternetExplorer()) {
-
 
53
        // Non IE gets Toast instead of alert() for some message types
-
 
54
        // (BS5 Utils is not compatible with Internet Explorer)
-
 
55
        $files[] = process_file(__DIR__ . '/vendor/script47/bs5-utils/dist/js/Bs5Utils.js');
-
 
56
}
52
 
57
 
53
# ---
58
# ---
54
 
59
 
55
$files[] = 'var DEFAULT_LANGUAGE = '.json_encode(OIDplus::DEFAULT_LANGUAGE).';';
60
$files[] = 'var DEFAULT_LANGUAGE = '.json_encode(OIDplus::DEFAULT_LANGUAGE).';';
56
 
61