mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-05-01 00:18:02 -04: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:
parent
763859d439
commit
eef34eea80
1 changed files with 3 additions and 1 deletions
|
@ -43,6 +43,8 @@ var $buo = function() {
|
|||
|
||||
};
|
||||
|
||||
$bu=$buo();
|
||||
$(function() {
|
||||
$bu=$buo();
|
||||
});
|
||||
|
||||
})(this);
|
Loading…
Add table
Add a link
Reference in a new issue