Changeset 8221 for extensions/rv_gmaps/trunk/template
- Timestamp:
- Dec 22, 2010, 7:08:15 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/rv_gmaps/trunk/template/data_loader.js
r8220 r8221 143 143 google.maps.Event.trigger( this, "dataloading" ); 144 144 jQuery.ajax( { 145 url: url .replace('.php','x.php'),145 url: url, 146 146 success: pwgBind(this, this._onAjaxSuccess), 147 147 error: pwgBind(this, this._onAjaxError),
Note: See TracChangeset
for help on using the changeset viewer.