sync
[Pman.Admin] / Pman.Dialog.AdminEnumImages.js
index bbd1018..9ac979c 100644 (file)
@@ -174,8 +174,8 @@ Pman.Dialog.AdminEnumImages = {
                    return;
                  }
                  var data = _this.grid.getDataSource().getById(s[0].data.id).data;
-                console.log(_this);
-                 _this.dialog.Image.show(data, function() {
+                 
+                 Pman.Dialog.Image.show(data, function() {
                     _this.grid.footer.onClick('first');
                    });