File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -3408,14 +3408,17 @@ button#terminal-send {
34083408 margin : 20px auto;
34093409}
34103410
3411- . hard_refresh_overlay {
3411+ # hard_refresh_overlay {
34123412 width : 60% ;
34133413 margin-left : -30% ;
34143414}
3415- . hard_refresh_overlay .image_description {
3415+ # hard_refresh_overlay .image_description {
34163416 padding : 40px ;
34173417}
3418- .hard_refresh_overlay .modal-header {
3419- padding-top : 10px ;
3420- padding-bottom : 10px ;
3418+ # hard_refresh_overlay .modal-header {
3419+ padding-top : 20px ;
3420+ padding-bottom : 20px ;
3421+ }
3422+ # hard_refresh_overlay .icon-warning-sign {
3423+ color : # e25303 ;
34213424}
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ $(function () {
2323 }
2424 // needs to be used for oprint 1.3.6
2525 self . onDataUpdaterPluginMessage = function ( plugin , data ) {
26- console . log ( "hard_refresh" , plugin , data ) ;
2726 if ( plugin === "softwareupdate" ) {
2827 if ( "type" in data && ( data [ "type" ] === "success" || data [ "type" ] === "restarting" || data [ "type" ] === "restart_manually" ) ) {
2928 document . cookie = "f.u.extra=true" ; // add cookie
Original file line number Diff line number Diff line change 1- <div id =" hard_refresh_overlay" class =" modal hide fade hard_refresh_overlay " data-backdrop =" static" >
1+ <div id =" hard_refresh_overlay" class =" modal hide fade" data-backdrop =" static" >
22 <div class =" modal-header" >
33 <h3 ><i class =" icon icon-warning-sign" ></i > {{ _('Refresh is needed after the last Software Update') }}</h3 >
44 </div >
You can’t perform that action at this time.
0 commit comments