Browse Source

update: show version information by double click 'IP'

master
Dnomd343 3 years ago
parent
commit
836cf5bc5c
  1. 5
      assets/js/main.js
  2. 2
      assets/js/main.min.js

5
assets/js/main.js

@ -28,13 +28,16 @@ $(document).ready(function() {
errorIP();
}
});
$("button").dblclick(function(event) {
$(".table tr:first td:first").dblclick(function(event) {
event.stopPropagation();
getVersion();
});
$("input").dblclick(function(event) {
event.stopPropagation();
});
$("button").dblclick(function(event) {
event.stopPropagation();
});
$("table").dblclick(function(event) {
event.stopPropagation();
});

2
assets/js/main.min.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save