diff --git a/js/inputbar.js b/js/inputbar.js index c4561f3..3444fde 100644 --- a/js/inputbar.js +++ b/js/inputbar.js @@ -776,7 +776,7 @@ weechat.directive('inputBar', function() { // Show toast with delete link var toastImgur = $compile('
Image uploaded to Imgur. Delete?
')($scope)[0]; document.body.appendChild(toastImgur); - setTimeout(function() { document.body.removeChild(toastImgur); }, 5000); + setTimeout(function() { document.body.removeChild(toastImgur); }, 10000); // Log the delete hash to the console in case the toast was missed. console.log('An image was uploaded to imgur, delete it with $scope.imgurDelete(\'' + deleteHash + '\')');