mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-29 21:39:34 +02:00
Fixed up UI changes when model is edited
This commit is contained in:
@@ -15,6 +15,13 @@
|
||||
};
|
||||
})(jQuery);
|
||||
|
||||
function createGuid() {
|
||||
return 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function (c) {
|
||||
var r = Math.random() * 16 | 0, v = c == 'x' ? r : (r & 0x3 | 0x8);
|
||||
return v.toString(16);
|
||||
});
|
||||
}
|
||||
|
||||
$(document).ready(function () {
|
||||
while($('#logo span').height() > $('#logo').height()) {
|
||||
$('#logo span').css('font-size', (parseInt($('#logo span').css('font-size')) - 1) + "px" );
|
||||
|
Reference in New Issue
Block a user