mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
spelling: operation
This commit is contained in:
parent
65d71e4a4d
commit
a875ed02c7
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class OperationsWaiter {
|
||||||
$(el).find("[data-toggle=popover]").addBack("[data-toggle=popover]")
|
$(el).find("[data-toggle=popover]").addBack("[data-toggle=popover]")
|
||||||
.popover({trigger: "manual"})
|
.popover({trigger: "manual"})
|
||||||
.on("mouseenter", function(e) {
|
.on("mouseenter", function(e) {
|
||||||
if (e.buttons > 0) return; // Mouse button held down - likely dragging an opertion
|
if (e.buttons > 0) return; // Mouse button held down - likely dragging an operation
|
||||||
const _this = this;
|
const _this = this;
|
||||||
$(this).popover("show");
|
$(this).popover("show");
|
||||||
$(".popover").on("mouseleave", function () {
|
$(".popover").on("mouseleave", function () {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue