mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
some fixes
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
/*global ajaxify, socket, templates*/
|
||||
|
||||
(function(ajaxify) {
|
||||
ajaxify.widgets = {};
|
||||
|
||||
ajaxify.widgets.reposition = function() {
|
||||
$('body [no-widget-class]').each(function() {
|
||||
var $this = $(this);
|
||||
|
||||
Reference in New Issue
Block a user