mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 00:02:39 +02:00
fix remote require from downloader page
This commit is contained in:
parent
c23d4df932
commit
7638dceee3
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ function ready() {
|
|||
console.log("Ready");
|
||||
|
||||
const electron = require('electron');
|
||||
const remote = require('remote');
|
||||
const remote = electron.remote;
|
||||
window.$ = require('./vendor/jquery/jquery-2.1.4.min.js');
|
||||
|
||||
$(".state").hide();
|
||||
|
|
Loading…
Reference in a new issue