mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #1202 from roed/3.1
fixed error property $ of object is not a function
This commit is contained in:
commit
aa0d4e6c90
@ -1051,7 +1051,7 @@ jQuery.noConflict();
|
||||
}(jQuery));
|
||||
|
||||
var statusMessage = function(text, type) {
|
||||
text = $('<div/>').text(text).html(); // Escape HTML entities in text
|
||||
text = jQuery('<div/>').text(text).html(); // Escape HTML entities in text
|
||||
jQuery.noticeAdd({text: text, type: type});
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user