This commit is contained in:
grandeljay 2022-10-12 19:45:05 +02:00
parent b35379b379
commit dfd0c2dc93
3 changed files with 11 additions and 13 deletions

View file

@ -176,7 +176,6 @@ $(function () {
var wishlist_href = window.location.origin + $(event.currentTarget).attr('href'); var wishlist_href = window.location.origin + $(event.currentTarget).attr('href');
navigator.clipboard.writeText(wishlist_href).then(function() { navigator.clipboard.writeText(wishlist_href).then(function() {
$('body').toast({ message: text.toast_clipboard_success }); $('body').toast({ message: text.toast_clipboard_success });
}, function() { }, function() {

View file

@ -142,7 +142,6 @@ class Page
'home', 'home',
'blog', 'blog',
'post', 'post',
'install',
'login', 'login',
'maintenance', 'maintenance',
'register', 'register',