mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-28 02:21:00 +01:00
update plugin installs
This commit is contained in:
@@ -333,9 +333,6 @@ namespace MediaBrowser.WebDashboard.Api
|
||||
|
||||
private string ModifyForCordova(string html)
|
||||
{
|
||||
// Strip everything between CORDOVA_EXCLUDE_START and CORDOVA_EXCLUDE_END
|
||||
html = ReplaceBetween(html, "<!--CORDOVA_EXCLUDE_START-->", "<!--CORDOVA_EXCLUDE_END-->", string.Empty);
|
||||
|
||||
// Replace CORDOVA_REPLACE_SUPPORTER_SUBMIT_START
|
||||
html = ReplaceBetween(html, "<!--CORDOVA_REPLACE_SUPPORTER_SUBMIT_START-->", "<!--CORDOVA_REPLACE_SUPPORTER_SUBMIT_END-->", "<i class=\"fa fa-check\"></i><span>${ButtonPurchase}</span>");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user