mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 01:15:47 +01:00
mobileMenu module (categories menu), fixed bug I made in account.js when moving code to their own files,
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
(function() {
|
||||
var yourid = templates.get('yourid'),
|
||||
theirid = templates.get('theirid');
|
||||
|
||||
var isFriend = {isFriend};
|
||||
theirid = templates.get('theirid'),
|
||||
isFriend = templates.get('isFriend');
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user