|
@@ -42,12 +42,12 @@ function MarkStatus(option) {
|
|
|
this.status = status;
|
|
|
this.render(status);
|
|
|
});
|
|
|
- this.markControl.on('view.sidebar.open', this, function(event, context, eventObject) {
|
|
|
- this.blockProgress.hide();
|
|
|
- });
|
|
|
- this.markControl.on('view.sidebar.close', this, function(event, context, eventObject) {
|
|
|
- this.blockProgress.show();
|
|
|
- });
|
|
|
+// this.markControl.on('view.sidebar.open', this, function(event, context, eventObject) {
|
|
|
+// this.blockProgress.hide();
|
|
|
+// });
|
|
|
+// this.markControl.on('view.sidebar.close', this, function(event, context, eventObject) {
|
|
|
+// this.blockProgress.show();
|
|
|
+// });
|
|
|
}
|
|
|
|
|
|
MarkStatus.prototype.init = function(option) {
|