fix admin reoladTree callback

fix admin leftPanel render method
fix admin reorder submit callback
remove usless images
This commit is contained in:
Florian BLOUET
2015-11-27 16:27:49 +01:00
parent 34689daaa8
commit cdff031887
96 changed files with 47 additions and 95 deletions

View File

@@ -29,7 +29,7 @@ define([
var $this = this;
this.eventManager.on("panel:left:success", function(data, click) {
$this.render.append(data);
$this.render(data);
$this.activeTree();
if (click) {
$this.clickSelected();