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:
parent
1091b6d232
commit
ab4e2f5bda
@ -141,6 +141,7 @@ enabled(){
|
||||
}
|
||||
}, "text").fail(function(){
|
||||
resolve([ index, "" ]);
|
||||
alert("error|Failed executing AJAX request: " + url);
|
||||
});
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user