summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2011-11-11 09:57:00 +0000
committerfisharebest <fisharebest@gmail.com>2011-11-11 09:57:00 +0000
commit742e83d85e011a75ee530cb8b9715cfad589e97e (patch)
tree4a2a7dcb7b9ee28e3dfce83e7d84e2d2f26897b5
parent6b389fb6550cf0f87fbd45810692bd355069a79d (diff)
downloadwebtrees-742e83d85e011a75ee530cb8b9715cfad589e97e.tar.gz
webtrees-742e83d85e011a75ee530cb8b9715cfad589e97e.tar.bz2
webtrees-742e83d85e011a75ee530cb8b9715cfad589e97e.zip
Remove scriptaculous.js library - it is no longer used
-rw-r--r--includes/session.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/includes/session.php b/includes/session.php
index 35f053c3e7..344c77ffc5 100644
--- a/includes/session.php
+++ b/includes/session.php
@@ -57,12 +57,10 @@ if (WT_USE_GOOGLE_API) {
define('WT_JQUERY_URL', 'https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js');
define('WT_JQUERYUI_URL', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js');
define('WT_PROTOTYPE_URL', 'https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js');
- define('WT_SCRIPTACULOUS_URL', 'https://ajax.googleapis.com/ajax/libs/scriptaculous/1.9.0/');
} else {
define('WT_JQUERY_URL', WT_STATIC_URL.'js/jquery/jquery.min.js');
define('WT_JQUERYUI_URL', WT_STATIC_URL.'js/jquery/jquery-ui.min.js');
define('WT_PROTOTYPE_URL', WT_STATIC_URL.'js/prototype/prototype.js');
- define('WT_SCRIPTACULOUS_URL', WT_STATIC_URL.'js/scriptaculous/');
}
// Location of our modules and themes. These are used as URLs and directory paths.