mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-30 05:34:06 +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(){
|
}, "text").fail(function(){
|
||||||
resolve([ index, "" ]);
|
resolve([ index, "" ]);
|
||||||
|
alert("error|Failed executing AJAX request: " + url);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user