Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 832 → Rev 833

/trunk/oidplus.min.js.php
49,6 → 49,11
$files[] = process_file(__DIR__ . '/vendor/gedmarc/layout/dist/jquery.layout_and_plugins.js');
$files[] = process_file(__DIR__ . '/vendor/spamspan/spamspan/spamspan.js');
$files[] = process_file(__DIR__ . '/vendor/emn178/js-sha3/src/sha3.js');
if (!isInternetExplorer()) {
// Non IE gets Toast instead of alert() for some message types
// (BS5 Utils is not compatible with Internet Explorer)
$files[] = process_file(__DIR__ . '/vendor/script47/bs5-utils/dist/js/Bs5Utils.js');
}
 
# ---