mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-07-05 04:35:23 +02:00
Name CnD + DM stuff
This commit is contained in:
14
webapp/titanembeds/static/js/site.af.sausage.js
Normal file
14
webapp/titanembeds/static/js/site.af.sausage.js
Normal file
@ -0,0 +1,14 @@
|
||||
/* global $ */
|
||||
(function () {
|
||||
$(function() {
|
||||
$(".brand-logo").html($(".brand-logo").html().replace(/Titan/g,'Sausage'));
|
||||
$(".brand-logo .betatag").text("ALPHA");
|
||||
try {
|
||||
$("main > .container").html($("main > .container").html().replace(/Titan/g,'Sausage'));
|
||||
$("#dblbanner").html($("#dblbanner").html().replace(/Titan/g,'Sausage'));
|
||||
} catch (e) {
|
||||
// nothing
|
||||
}
|
||||
$("nav .brand-logo img").attr("src", "https://i.imgur.com/6xPdXFV.png");
|
||||
});
|
||||
})();
|
Reference in New Issue
Block a user