fix: update legacy script tag comment and modify checksum in manifest
This commit is contained in:
@@ -105,7 +105,7 @@ public class SeasonalsPlugin : BasePlugin<PluginConfiguration>, IHasWebPages
|
||||
{
|
||||
var html = originalContents;
|
||||
const string scriptTag = "<script src=\"/Seasonals/Resources/seasonals.js\" defer></script>";
|
||||
// MARK: I need to remember to remove legacy script tag support in future versions...
|
||||
// MARK: Remember me to remove legacy script tag support in future versions...
|
||||
const string legacyScriptTag = "<script src=\"/Seasonals/Resources/seasonals.js\"></script>";
|
||||
|
||||
if (Instance?.Configuration.IsEnabled != true)
|
||||
|
||||
Reference in New Issue
Block a user