mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Remove the datetime picker css from the main assets block and only load it on the pages it needs. #493
This commit is contained in:
parent
8969ebd299
commit
d89b129afe
2 changed files with 11 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
@using PlexRequests.UI.Helpers
|
||||
@Html.Partial("_Sidebar")
|
||||
@inherits Nancy.ViewEngines.Razor.NancyRazorViewBase<PlexRequests.Core.SettingModels.LandingPageSettings>
|
||||
|
||||
@Html.LoadDateTimePickerAsset()
|
||||
<div class="col-sm-8 col-sm-push-1">
|
||||
<form class="form-horizontal" method="POST" id="mainForm">
|
||||
<fieldset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue