Merge pull request #777 from Modder4869/patch-1

fix popout classname.
This commit is contained in:
Alexei Stukov 2018-04-25 14:36:00 +03:00 committed by GitHub
commit 718ab4fb7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ dblClickEdit.prototype.start = function () {
var opt = msg.find(".btn-option");
opt.click();
$.each($(".popout .btn-item"), (index, value) => {
$.each($(".option-popout .btn-item"), (index, value) => {
var option = $(value);
if(option.text() === "Edit") {
option.click();
@ -47,4 +47,4 @@ dblClickEdit.prototype.getVersion = function () {
};
dblClickEdit.prototype.getAuthor = function () {
return "Jiiks";
};
};