Merge pull request #842 from Modder4869/patch-2
Update dblClickEdit.plugin.js
This commit is contained in:
commit
e85e3a49d9
|
@ -14,7 +14,7 @@ dblClickEdit.prototype.start = function () {
|
|||
var opt = msg.find(".btn-option");
|
||||
opt.click();
|
||||
|
||||
$.each($(".option-popout .btn-item"), (index, value) => {
|
||||
$.each($(".popout-3sVMXz .button-1ZXqCA"), (index, value) => {
|
||||
var option = $(value);
|
||||
if(option.text() === "Edit") {
|
||||
option.click();
|
||||
|
|
Loading…
Reference in New Issue