mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
MINOR Set url variable in TreeAPI.reload as local variable in LeftAndMain_left.js
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@95971 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b89cb9b018
commit
451aa6c536
@ -52,7 +52,7 @@ TreeAPI.prototype = {
|
||||
var args = {ajax:1, ID:0};
|
||||
if ($('LangSelector')) args.locale = $('LangSelector').value;
|
||||
|
||||
url = this.url(args);
|
||||
var url = this.url(args);
|
||||
|
||||
var self = this;
|
||||
new Ajax.Request(url, {
|
||||
|
Loading…
Reference in New Issue
Block a user