mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-11 16:51:31 -04:00
disable tooltips on mobile, update todos
This commit is contained in:
parent
ab8b48c437
commit
6a375c62a8
3 changed files with 14 additions and 20 deletions
|
@ -836,6 +836,7 @@ class App {
|
|||
setMobileUI() {
|
||||
this.setSplitter(false);
|
||||
this.assignAvailableHeight();
|
||||
$("[data-toggle=tooltip]").tooltip("disable");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue