Switch config default JS lib from Prototype to Jquery
This commit is contained in:
@@ -114,9 +114,9 @@ DEFINE('PASSWORD_MAX_LENGTH', 255);
|
|||||||
// ajax request type
|
// ajax request type
|
||||||
DEFINE('AJAX_REQUEST_TYPE', 'POST');
|
DEFINE('AJAX_REQUEST_TYPE', 'POST');
|
||||||
// what AJAX type to use
|
// what AJAX type to use
|
||||||
DEFINE('USE_PROTOTYPE', true);
|
DEFINE('USE_PROTOTYPE', false);
|
||||||
DEFINE('USE_SCRIPTACULOUS', false);
|
DEFINE('USE_SCRIPTACULOUS', false);
|
||||||
DEFINE('USE_JQUERY', false);
|
DEFINE('USE_JQUERY', true);
|
||||||
|
|
||||||
/************* LAYOUT WIDTHS *************/
|
/************* LAYOUT WIDTHS *************/
|
||||||
DEFINE('PAGE_WIDTH', 800);
|
DEFINE('PAGE_WIDTH', 800);
|
||||||
|
|||||||
Reference in New Issue
Block a user