mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 06:05:56 +00:00
MINOR Set url variable in TreeAPI.reload as local variable in LeftAndMain_left.js (from r95971)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@102466 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
49cff72b8f
commit
8fb9fac99e
@ -63,7 +63,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;
|
||||
jQuery.get(
|
||||
|
Loading…
x
Reference in New Issue
Block a user