mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Fixed #586
This commit is contained in:
parent
bd34444505
commit
624b32d926
2 changed files with 4 additions and 3 deletions
|
@ -118,10 +118,11 @@ namespace PlexRequests.UI.Helpers
|
|||
|
||||
public static IHtmlString LoadDateTimePickerAsset(this HtmlHelpers helper)
|
||||
{
|
||||
var content = GetBaseUrl();
|
||||
var assetLocation = GetBaseUrl();
|
||||
|
||||
var sb = new StringBuilder();
|
||||
var content = GetContentUrl(assetLocation);
|
||||
var startUrl = $"{content}/Content";
|
||||
var sb = new StringBuilder();
|
||||
sb.AppendLine($"<link rel=\"stylesheet\" href=\"{startUrl}/datepicker.min.css\" type=\"text/css\"/>");
|
||||
sb.AppendLine($"<script src=\"{startUrl}/bootstrap-datetimepicker.min.js\"></script>");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue