Merge pull request #842 from Modder4869/patch-2

Update dblClickEdit.plugin.js
This commit is contained in:
Alexei Stukov 2018-07-22 00:51:08 +03:00 committed by GitHub
commit e85e3a49d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();