Update dblClickEdit.plugin.js

This commit is contained in:
Modder4869 2018-06-27 18:16:40 +03:00 committed by GitHub
parent 718ab4fb7d
commit 7f6cd474fd
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($(".option-popout .btn-item"), (index, value) => {
$.each($(".popout-3sVMXz .button-1ZXqCA"), (index, value) => {
var option = $(value);
if(option.text() === "Edit") {
option.click();
@ -43,7 +43,7 @@ dblClickEdit.prototype.getDescription = function () {
return "Double click messages to edit them";
};
dblClickEdit.prototype.getVersion = function () {
return "0.1.1";
return "0.1.2";
};
dblClickEdit.prototype.getAuthor = function () {
return "Jiiks";