diff --git a/application/static/library.js b/application/static/library.js index 0e782f5c..63a692d6 100644 --- a/application/static/library.js +++ b/application/static/library.js @@ -320,7 +320,8 @@ function SubscribeSharedFeed(title, feedurl, isfulltext, dbId) { data: {title: title, fulltext: isfulltext, url: feedurl, fromsharedlibrary: 'true', 'recipeId': dbId}, success: function (resp, textStatus, xhr) { if (resp.status == "ok") { - ShowSimpleModalDialog('
' + i18n.feedSubscribed + '
'); + $('.additional-btns').stop(true).hide(); + $("#toast").fadeIn().delay(3000).fadeOut(); } else { alert(resp.status); } diff --git a/application/templates/book_audiolator.html b/application/templates/book_audiolator.html index 5291d08d..c941a392 100644 --- a/application/templates/book_audiolator.html +++ b/application/templates/book_audiolator.html @@ -119,7 +119,7 @@diff --git a/application/templates/library.html b/application/templates/library.html index 7d03c3f3..842b4548 100644 --- a/application/templates/library.html +++ b/application/templates/library.html @@ -63,6 +63,9 @@