mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-24 01:10:31 +01:00
fix check
This commit is contained in:
@@ -18,7 +18,7 @@ define('forum/topic', [
|
|||||||
currentUrl = '';
|
currentUrl = '';
|
||||||
|
|
||||||
$(window).on('action:ajaxify.start', function(ev, data) {
|
$(window).on('action:ajaxify.start', function(ev, data) {
|
||||||
if (ajaxify.currentPage !=== data.url) {
|
if (ajaxify.currentPage !== data.url) {
|
||||||
navigator.hide();
|
navigator.hide();
|
||||||
$('.header-topic-title').find('span').text('').hide();
|
$('.header-topic-title').find('span').text('').hide();
|
||||||
app.removeAlert('bookmark');
|
app.removeAlert('bookmark');
|
||||||
|
|||||||
@@ -11,7 +11,9 @@
|
|||||||
<script>
|
<script>
|
||||||
var RELATIVE_PATH = "{relative_path}";
|
var RELATIVE_PATH = "{relative_path}";
|
||||||
var config = JSON.parse('{configJSON}');
|
var config = JSON.parse('{configJSON}');
|
||||||
var app = {};
|
var app = {
|
||||||
|
template: "{template.name}"
|
||||||
|
};
|
||||||
app.user = JSON.parse('{userJSON}');
|
app.user = JSON.parse('{userJSON}');
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user