File tree Expand file tree Collapse file tree 3 files changed +19
-11
lines changed Expand file tree Collapse file tree 3 files changed +19
-11
lines changed Original file line number Diff line number Diff line change @@ -168,9 +168,9 @@ function _RepConvAdds() {
168
168
$ ( '#ui_box' )
169
169
. append (
170
170
$ ( '<img/>' , {
171
- 'src' :RepConv . grcrt_cdn + '/ img/rip-64w .png' ,
171
+ 'src' :RepConv . grcrt_cdn + 'img/octopus .png' ,
172
172
'id' : 'grcgrc' ,
173
- 'style' :'position:absolute;bottom:0px ;left:0px ;z-index:1000' } )
173
+ 'style' :'position:absolute;bottom:10px ;left:10px ;z-index:1000' } )
174
174
) ;
175
175
// this.addPlayerLedger();
176
176
}
Original file line number Diff line number Diff line change @@ -893,7 +893,11 @@ if (RepConv.Debug) console.log("generateTime ___unitSpeed="+___unitSpeed+" vs _u
893
893
)
894
894
} )
895
895
$ . each ( getAdds ( ) . split ( " " ) , function ( i , o ) {
896
- $ ( '#grcrt_radar_result ul .grcrt_' + o + ':not(.grcrt_done)' ) . tooltip ( getTooltip ( o ) ) . addClass ( 'grcrt_done' )
896
+ try {
897
+ $ ( '#grcrt_radar_result ul .grcrt_' + o + ':not(.grcrt_done)' ) . tooltip ( getTooltip ( o ) ) . addClass ( 'grcrt_done' )
898
+ } catch ( e ) {
899
+ console . log ( e )
900
+ }
897
901
} )
898
902
$ . each ( $ ( ".grcrt_rr_cs_time .arrival_time:not(.grcrt_done)" ) , function ( i , elem ) {
899
903
$ ( elem ) . text ( $ ( elem ) . data ( 'sec' ) + "" ) . updateTime ( ) . addClass ( 'grcrt_done' )
@@ -1362,7 +1366,11 @@ if (RepConv.Debug) console.log("generateTime ___unitSpeed="+___unitSpeed+" vs _u
1362
1366
setUnitSpeed ( )
1363
1367
} )
1364
1368
$ . each ( getAdds ( ) . split ( " " ) , function ( i , o ) {
1365
- $ ( '.grcrt_modifiers .modifier_icon.' + o ) . tooltip ( getTooltip ( o ) )
1369
+ try {
1370
+ $ ( '.grcrt_modifiers .modifier_icon.' + o ) . tooltip ( getTooltip ( o ) )
1371
+ } catch ( e ) {
1372
+ console . log ( e )
1373
+ }
1366
1374
} )
1367
1375
1368
1376
sp_cs_lifetime = $ ( "#grcrt_cs_time" ) . spinnerHorizontal ( {
Original file line number Diff line number Diff line change @@ -3533,7 +3533,7 @@ function _RepConvGRC() {
3533
3533
$ ( '<img/>' , {
3534
3534
'src' :RepConv . grcrt_cdn + 'img/mute.png' ,
3535
3535
'id' : 'grcrtSound' ,
3536
- 'style' : 'position:absolute; bottom: 85px ; left: 15px;z-index: 1002;'
3536
+ 'style' : 'position:absolute; bottom: 45px ; left: 15px;z-index: 1002;'
3537
3537
} )
3538
3538
. mousePopup ( new MousePopup ( RepConvTool . GetLabel ( 'POPDISABLEALARM' ) ) )
3539
3539
. click ( function ( ) {
@@ -3661,12 +3661,12 @@ function _RepConvGRC() {
3661
3661
// activity_commands_list();
3662
3662
construction_queue_chg ( ) ;
3663
3663
addAttackObserver ( ) ;
3664
- $ ( '#grcgrc' )
3665
- . css ( "cursor" , "pointer" )
3666
- . mousePopup ( new MousePopup ( "That's the end of GRCRTools" ) )
3667
- . click ( function ( ) {
3668
- RepConvGRC . openGRCRT ( 'HELPTAB1' ) ;
3669
- } )
3664
+ // $('#grcgrc')
3665
+ // .css("cursor","pointer")
3666
+ // .mousePopup(new MousePopup("That's the end of GRCRTools or... "))
3667
+ // .click(function(){
3668
+ // RepConvGRC.openGRCRT('HELPTAB1');
3669
+ // })
3670
3670
}
3671
3671
// -- okienka
3672
3672
function _grcrtWindowStats ( ) {
You can’t perform that action at this time.
0 commit comments