mirror of
https://github.com/discourse/discourse.git
synced 2025-06-23 21:31:35 +08:00
Revert "Create proper shim for xss library"
This reverts commit 30e91125356e3e034bd804d4725065e327280ad4.
This commit is contained in:
@ -25,10 +25,6 @@ define("bootbox", ["exports"], function (__exports__) {
|
||||
__exports__.default = window.bootbox;
|
||||
});
|
||||
|
||||
define("xss", ["exports"], function (__exports__) {
|
||||
__exports__.default = window.filterXSS;
|
||||
});
|
||||
|
||||
define("mousetrap", ["exports"], function (__exports__) {
|
||||
__exports__.default = window.Mousetrap;
|
||||
});
|
||||
|
Reference in New Issue
Block a user