mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Undo last commit
This commit is contained in:
parent
7fb0a9f43a
commit
50b216d23a
@ -26,7 +26,7 @@ function element_in_view(element, fullyInView) {
|
|||||||
function resize_messagebox() {
|
function resize_messagebox() {
|
||||||
var namebox_width = $("#nameplate").outerWidth(true);
|
var namebox_width = $("#nameplate").outerWidth(true);
|
||||||
var screen_width = $(document).width();
|
var screen_width = $(document).width();
|
||||||
$("#messageboxouter").width(screen_width - namebox_width - 400);
|
$("#messageboxouter").width(screen_width - namebox_width - 40);
|
||||||
}
|
}
|
||||||
|
|
||||||
function query_guild() {
|
function query_guild() {
|
||||||
|
Loading…
Reference in New Issue
Block a user