mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	fixing error where sometimes the admin panel js was not loaded
This commit is contained in:
		| @@ -590,7 +590,7 @@ var utils = require('./../public/src/utils.js'), | ||||
| 				topics.getTopicField(tid, 'slug', function(err, slug) { | ||||
| 					var message = '<strong>' + username + '</strong> made a new post'; | ||||
|  | ||||
| 					notifications.create(message, 5, nconf.get('relative_path') + '/topic/' + slug + '#' + pid, 'notification_'+ Date.now(), function(nid) { | ||||
| 					notifications.create(message, 5, nconf.get('relative_path') + '/topic/' + slug + '#' + pid, 'topic:'+ tid, function(nid) { | ||||
| 		 				notifications.push(nid, followers); | ||||
| 					}); | ||||
| 				}); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user