fix popout classname.

This commit is contained in:
Modder4869 2018-04-23 22:42:20 +03:00 committed by GitHub
parent 4966be2020
commit c187ed3127
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";
};
};