mirror of
https://github.com/discourse/discourse.git
synced 2025-06-17 03:56:36 +08:00
Fix IE9 bug in browser-update. Unable to get value of the property 'insertBefore': object is null or undefined
This commit is contained in:
@ -43,6 +43,8 @@ var $buo = function() {
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
$bu=$buo();
|
$(function() {
|
||||||
|
$bu=$buo();
|
||||||
|
});
|
||||||
|
|
||||||
})(this);
|
})(this);
|
Reference in New Issue
Block a user