Skip to content

Commit

Permalink
Fix favorites to work disregard of using web-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Feb 22, 2019
1 parent 3e411ad commit 93653b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion authentic-lib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -1869,7 +1869,7 @@ sub print_favorites
print '
<li class="menu-exclude ui-sortable-handle">
<a class="menu-exclude-link" href="'
. $favorite->{"link"} . '"><i data-product="' .
. $gconfig{'webprefix'} . $favorite->{"link"} . '"><i data-product="' .
$favorite->{"icon"} . '" class="wbm-' . $favorite->{"icon"} . ' wbm-sm">&nbsp;</i><span class="f__c">
' . $favorite->{"title"} . '
&nbsp;<small class="hidden" style="font-size: 0.6em; position: absolute; margin-top: -1px"><i aria-label="'
Expand Down
2 changes: 1 addition & 1 deletion theme.info
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
desc=Authentic Theme
longdesc=Webmin/Usermin/Virtualmin/Cloudmin theme based on Bootstrap and Font Awesome (https://github.com/authentic-theme/authentic-theme)
version=19.23-beta6
mversion=30
mversion=33
depends=1.900 1.750
webmin=1
usermin=1
4 changes: 2 additions & 2 deletions unauthenticated/js/bundle.min.js

Large diffs are not rendered by default.

Binary file modified unauthenticated/js/bundle.min.js.gz
Binary file not shown.

0 comments on commit 93653b8

Please sign in to comment.