1
0
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:
Cameron
2012-11-24 11:27:52 -08:00
parent 0a8ec03ab4
commit 441896c794
5 changed files with 3 additions and 255 deletions

View File

@@ -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');