1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-06 05:34:05 +02:00

Add error message to template plugin when AJAX request fails

This commit is contained in:
chylex 2020-04-25 00:19:29 +02:00
parent 1091b6d232
commit ab4e2f5bda

View File

@ -141,6 +141,7 @@ enabled(){
}
}, "text").fail(function(){
resolve([ index, "" ]);
alert("error|Failed executing AJAX request: " + url);
});
});
};