mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
indents
This commit is contained in:
@@ -511,7 +511,7 @@ var socket,
|
|||||||
app.load = function() {
|
app.load = function() {
|
||||||
$('document').ready(function () {
|
$('document').ready(function () {
|
||||||
var url = ajaxify.removeRelativePath(window.location.pathname.slice(1).replace(/\/$/, "")),
|
var url = ajaxify.removeRelativePath(window.location.pathname.slice(1).replace(/\/$/, "")),
|
||||||
tpl_url = ajaxify.getTemplateMapping(url),
|
tpl_url = ajaxify.getTemplateMapping(url),
|
||||||
search = window.location.search,
|
search = window.location.search,
|
||||||
hash = window.location.hash,
|
hash = window.location.hash,
|
||||||
$window = $(window);
|
$window = $(window);
|
||||||
|
|||||||
Reference in New Issue
Block a user