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() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user