This commit is contained in:
Jiiks 2016-02-09 19:17:47 +02:00
parent 24f556d31b
commit 9090a41341
1 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ agif.prototype.convert = function () {
};
agif.prototype.onMessage = function () {
console.log("ONMESSAGE");
this.convert();
};
agif.prototype.onSwitch = function () {
@ -43,7 +44,7 @@ agif.prototype.getName = function () {
return "Autogif";
};
agif.prototype.getDescription = function () {
return "Autoplay gifs without having to hover.";
return "Don't use currently broken.";
};
agif.prototype.getVersion = function () {
return "0.1.0";