mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Moved e_ajax.php to e107_web/js and cleanup references.
This commit is contained in:
@@ -28,7 +28,7 @@ var Featurebox = Class.create({
|
||||
'ajax_loader': null,
|
||||
'ajax_hide_onload': false,
|
||||
'continuous': false,
|
||||
'ajax_url': '#{e_FILE}'.parsePath() + 'e_ajax.php'
|
||||
'ajax_url': '#{e_JS}'.parsePath() + 'e_ajax.php'
|
||||
}, options || {});
|
||||
|
||||
this._ajax_container = this.options.ajax_container && $(this.options.ajax_container) ? $(this.options.ajax_container) : this._container.down('.body');
|
||||
|
Reference in New Issue
Block a user