mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 01:51:53 +08:00
* Rework of #39 patch from @arykov (thanks) * styled resize corner * fixed squashing of resizaable window on moving * keep window size and opsition after full screen * not necessary * attempt to fix desktop overflow * improved * ios fixes * refactoring
This commit is contained in:
@@ -243,5 +243,5 @@ export var tools = new function() {
|
||||
};
|
||||
|
||||
export var $ = (id) => document.getElementById(id);
|
||||
export var $$ = (cls) => document.getElementsByClassName(cls);
|
||||
export var $$ = (cls) => [].slice.call(document.getElementsByClassName(cls));
|
||||
export var $$$ = (selector) => document.querySelectorAll(selector);
|
||||
|
||||
Reference in New Issue
Block a user