mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
changed input to meta
This commit is contained in:
@@ -6,7 +6,7 @@ var socket,
|
||||
|
||||
// todo: cleanup,etc
|
||||
(function() {
|
||||
RELATIVE_PATH = $('#relative_path').val();
|
||||
RELATIVE_PATH = $('#relative_path').attr('value');
|
||||
|
||||
function loadConfig() {
|
||||
|
||||
|
||||
@@ -3,8 +3,7 @@
|
||||
<head>
|
||||
<title>NodeBB Administration Panel</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<input id="relative_path" type="hidden" template-variable="relative_path" value="{relative_path}" />
|
||||
<meta id="relative_path" template-variable="relative_path" value="{relative_path}" />
|
||||
<link id="base-theme" href="{cssSrc}" rel="stylesheet" media="screen">
|
||||
<link href="{relative_path}/vendor/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" media="screen">
|
||||
<link rel="stylesheet" href="{relative_path}/vendor/fontawesome/css/font-awesome.min.css">
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
|
||||
<input id="relative_path" type="hidden" template-variable="relative_path" value="{relative_path}" />
|
||||
<meta id="relative_path" template-variable="relative_path" value="{relative_path}" />
|
||||
|
||||
<link href="{cssSrc}" rel="stylesheet" media="screen">
|
||||
<link href="{relative_path}/vendor/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" media="screen">
|
||||
|
||||
Reference in New Issue
Block a user