fix issue with the disabled link tags
This commit is contained in:
parent
0fcf1c2732
commit
bbb547efb6
|
@ -19,8 +19,8 @@
|
|||
<script src="js/loadjs.min.js"></script>
|
||||
<link rel="stylesheet" href="css/app.css" />
|
||||
@Html.Raw(Model.HeadResources)
|
||||
<link id="app-stylesheet-page" rel="stylesheet" href="disabled" disabled />
|
||||
<link id="app-stylesheet-module" rel="stylesheet" href="disabled" disabled />
|
||||
<link id="app-stylesheet-page" rel="stylesheet" href="disabled.css" disabled />
|
||||
<link id="app-stylesheet-module" rel="stylesheet" href="disabled.css" disabled />
|
||||
</head>
|
||||
<body>
|
||||
@if (string.IsNullOrEmpty(Model.Message))
|
||||
|
|
0
Oqtane.Server/wwwroot/css/disabled.css
Normal file
0
Oqtane.Server/wwwroot/css/disabled.css
Normal file
Loading…
Reference in New Issue
Block a user