mirror of
https://github.com/LizardByte/Sunshine.git
synced 2025-08-10 00:52:16 +00:00
5 lines
102 B
JavaScript
5 lines
102 B
JavaScript
$(document).ready(function(){
|
|
// remove the widgetbot-crate
|
|
$("widgetbot-crate").remove()
|
|
});
|