mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
ebrowser v1.0.52
This commit is contained in:
parent
5e3172ece0
commit
5d062edbfa
3 changed files with 32 additions and 3 deletions
|
@ -56,6 +56,7 @@ You should have received a copy of the GNU General Public License along with thi
|
|||
}
|
||||
</style>
|
||||
<script>
|
||||
const { ipcRenderer } = require('electron');
|
||||
const fs = require('fs');
|
||||
const path = require('path');
|
||||
const readline = require('readline');
|
||||
|
@ -352,7 +353,7 @@ You should have received a copy of the GNU General Public License along with thi
|
|||
return se.replace('%s',query);
|
||||
}
|
||||
function coloncommand(q){
|
||||
document.title = q;
|
||||
ipcRenderer.send("command",q);
|
||||
}
|
||||
function coloncommand_render(cmd){
|
||||
args = cmd.substring(1).split(/\s+/);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue