File tree Expand file tree Collapse file tree 5 files changed +6
-16
lines changed Expand file tree Collapse file tree 5 files changed +6
-16
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ function _GRCRTMain(){
47
47
this . HelpTabs = { }
48
48
this . RepType = ""
49
49
this . menu = {
50
- 'about' :
50
+ 99 :
51
51
{
52
52
'name' : 'HELPTAB1' ,
53
53
'action' : "RepConvGRC.openGRCRT('HELPTAB1')"
Original file line number Diff line number Diff line change @@ -397,11 +397,11 @@ function _GRCRT_AO() {
397
397
}
398
398
399
399
// dodanie do menu
400
- RepConv . menu . academy_overview =
400
+ RepConv . menu [ 4 ] =
401
401
{
402
402
'name' : 'AO.TITLE' ,
403
403
'action' : "GRCRT_AO.windowOpen();" ,
404
- 'class' : 'aom' ,
404
+ 'class' : 'aom'
405
405
}
406
406
407
407
// ikona w menu
Original file line number Diff line number Diff line change @@ -1094,16 +1094,6 @@ function _GRCRT_Radar() {
1094
1094
)
1095
1095
)
1096
1096
)
1097
- /*
1098
- <div class="modifier">
1099
- <div class="modifier_icon power power_icon45x45 unit_movement_boost"></div>
1100
- <div class="checkbox_new checked" data-modifierid="unit_movement_boost">
1101
- <div class="cbx_icon"></div><div class="cbx_caption"></div>
1102
- </div>
1103
- </div>
1104
-
1105
- */
1106
-
1107
1097
. append (
1108
1098
$ ( '<br/>' , { 'style' :'clear: both' } )
1109
1099
)
@@ -1120,7 +1110,7 @@ function _GRCRT_Radar() {
1120
1110
} )
1121
1111
}
1122
1112
// dodanie do menu
1123
- RepConv . menu . radar =
1113
+ RepConv . menu [ 1 ] =
1124
1114
{
1125
1115
'name' : 'RADAR.TOWNFINDER' ,
1126
1116
'action' : "GRCRT_Radar.windowOpen();" ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ function _GRCRT_TSL() {
16
16
17
17
18
18
// dodanie do menu
19
- RepConv . menu . tsl = {
19
+ RepConv . menu [ 3 ] = {
20
20
'name' : 'TSL.WND.WINDOWTITLE' ,
21
21
'action' : "GRCRT_TSL.createWindow();" ,
22
22
'class' : 'tsl'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ function _RepConvABH(){
15
15
}
16
16
;
17
17
function _btn ( ) {
18
- RepConv . menu . abh =
18
+ RepConv . menu [ 2 ] =
19
19
{
20
20
'name' : 'ABH.WND.WINDOWTITLE' ,
21
21
'action' : "RepConvABH.showView()" ,
You can’t perform that action at this time.
0 commit comments