Switch config default JS lib from Prototype to Jquery

This commit is contained in:
Clemens Schwaighofer
2019-09-19 13:11:54 +09:00
parent bf96eb755d
commit 98c87a755a

View File

@@ -114,9 +114,9 @@ DEFINE('PASSWORD_MAX_LENGTH', 255);
// ajax request type
DEFINE('AJAX_REQUEST_TYPE', 'POST');
// what AJAX type to use
DEFINE('USE_PROTOTYPE', true);
DEFINE('USE_PROTOTYPE', false);
DEFINE('USE_SCRIPTACULOUS', false);
DEFINE('USE_JQUERY', false);
DEFINE('USE_JQUERY', true);
/************* LAYOUT WIDTHS *************/
DEFINE('PAGE_WIDTH', 800);