File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " Pinokio" ,
33 "private" : true ,
4- "version" : " 3.205 .0" ,
4+ "version" : " 3.211 .0" ,
55 "homepage" : " https://pinokio.co" ,
66 "description" : " pinokio" ,
77 "main" : " main.js" ,
144144 "electron-store" : " ^8.1.0" ,
145145 "electron-updater" : " ^6.6.2" ,
146146 "electron-window-state" : " ^5.0.3" ,
147- "pinokiod" : " ^3.205 .0"
147+ "pinokiod" : " ^3.211 .0"
148148 },
149149 "devDependencies" : {
150150 "@electron/rebuild" : " 3.2.10" ,
Original file line number Diff line number Diff line change @@ -36,8 +36,6 @@ if (window.parent === window.top) {
3636 } , 100 ) ;
3737 window . addEventListener ( "message" , ( event ) => {
3838 if ( event . data ) {
39- console . log ( "event.data = " , event . data )
40- console . log ( "location.href = " , location . href )
4139 if ( event . data . action === "back" ) {
4240 history . back ( )
4341 } else if ( event . data . action === "forward" ) {
You can’t perform that action at this time.
0 commit comments