This commit is contained in:
JustArchi
2018-08-28 16:33:26 +02:00
3 changed files with 8 additions and 2 deletions

View File

@@ -226,4 +226,8 @@ button.bot-resumed:hover {
.single-btn {
vertical-align: -webkit-baseline-middle;
}
}
[class^="games-carousel-"] .game-box:not(:first-child):not(.slick-slide){
display: none;
}

View File

@@ -1,6 +1,6 @@
//{#region Setup
const tmpIPCPassword = get('IPCPassword'),
vGUI = '0.3';
vGUI = '0.4';
if (tmpIPCPassword) {
$.ajaxSetup({

View File

@@ -556,6 +556,8 @@
showLoaderOnConfirm: true
}, function (isConfirm) {
if (isConfirm === false) {
$("#downloadUnusedKeysBtn").remove();
$("#downloadUsedKeysBtn").remove();
$('.overlay').remove();
return false;
}