This commit is contained in:
Squidly271 2021-06-05 13:24:59 -04:00
parent 6895fd7447
commit fc51405b9f
4 changed files with 4 additions and 6 deletions

View File

@ -272,7 +272,7 @@ $(function(){
resizeTimer = false;
},1000);
});
$('body').on("click",".favPopup",function() {
if ( popupVisible(this) ) return;
setFavourite(this);
@ -1453,8 +1453,6 @@ function truncateDescriptions() {
break;
}
}
});
}

View File

@ -1,6 +1,6 @@
767d6f2203fed9541daeb57bbf7b58b3 ./Apps.page
83b3f89cd42e8601c7c217d5b4889c81 ./CA_notices.page
47b9b726bd835757fb6376d969a5a6ae ./CommunityApps.page
eb090f86c812affb950c6d438d3ad962 ./CommunityApps.page
6db73582f22dab13d329e862067ee84e ./PluginAPI.page
b398273cf7daa62ab00d2de2336ca25f ./README.md
a9d4cd0e4e1f37cbe3806b952a96ddb1 ./ca_settings.page
@ -11,7 +11,7 @@ a9d4cd0e4e1f37cbe3806b952a96ddb1 ./ca_settings.page
6e48a62b91bdd066f023f46c6b491afd ./images/discord-gray.svg
8e7dc33512b8a78f28d7179a972c7c34 ./images/discord-hover.svg
54e46db492ddb033dfeb2827c5efd4a8 ./images/discord-white.svg
1e3311a72ebfafb756df4d6d31bf0d1e ./include/exec.php
84ea299cecf582c96f637d8657148831 ./include/exec.php
d7f50413cbaac1c6cb9ceaaef48f270a ./include/helpers.php
8f1129e0cdb994c6d1900192252433d8 ./include/paths.php
eb76c1b6ed3da5e5b393f22d2ec18430 ./javascript/libraries.js

View File

@ -256,7 +256,7 @@ function DownloadApplicationFeed() {
$des = str_replace(["[","]"],["<",">"],$des);
$des = str_replace("\n"," ",$des);
$des = html_entity_decode($des);
$o['CardDescription'] = strip_tags(markdown(trim($des)),$o['Language'] ? "<br>" : "");
if ( $o['IconHTTPS'] )