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