|
@@ -45,9 +45,6 @@ MarkControl.prototype.initContainer = function() {
|
|
|
var switchButton = this.container.header.find('#switch-track-button');
|
|
|
switchButton.attr('href', this.option.switchTrackUrl);
|
|
|
switchButton.show();
|
|
|
-
|
|
|
- var switchGroup = this.container.header.find('#switch-group-button');
|
|
|
- switchGroup.show();
|
|
|
}
|
|
|
this.container.centerContent = getDom(this.center_content_dom, this).appendTo(this.container.center);
|
|
|
this.container.imageContent = getDom(this.image_content_dom, this).appendTo(this.container.centerContent);
|
|
@@ -666,7 +663,7 @@ MarkControl.prototype.center_header_dom = '<div class="row-fluid"><div class="he
|
|
|
<em><a href="##" class="btn" id="switch-track-button" style="display:none" data-i18n-text="mark.control.mode.track">切换到轨迹模式</a>\
|
|
|
<a href="##" class="btn" id="mark-board-button" data-i18n-text="mark.control.board">给分板</a>\
|
|
|
<a href="javascript:void(0)" id="assistant-button" class="btn"><i class="icon-wrench"></i><span data-i18n-text="mark.control.assistant"> 小助手</span></a></em>\
|
|
|
-<a href="##" class="btn" id="switch-group-button" style="display:none" data-i18n-text="mark.control.group">切换分组</a>\
|
|
|
+<a href="##" class="btn" id="switch-group-button" data-i18n-text="mark.control.group">切换分组</a>\
|
|
|
<a class="useinfo" href="#"><i class="icon-user icon-white"></i><i id="mark-user-name"></i></a>\
|
|
|
<a class="logout" id="logout-link" href="{logoutUrl}"><i class="icon-off icon-white"></i> <i id="logout-title" data-i18n-text="mark.control.logout">退出</i></a>\
|
|
|
</p></div></div>';
|