Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 489 → Rev 490

/trunk/setup/setup.min.js.php
30,6 → 30,8
 
$files = array();
 
// Note: Currently we do not use process_file() like in oidplus.min.js.php to fix relative paths
// since this script currently has no relvate resources that need to be loaded
$files[] = __DIR__ . '/../3p/sha3_js/sha3.js'; // https://github.com/emn178/js-sha3
 
$files[] = 'var DEFAULT_LANGUAGE = '.json_encode(OIDplus::DEFAULT_LANGUAGE).';';