PATH: /home/hwyuvbry/public_html/assets/js
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 all.js
↓
X
📄 all.min.js
↓
X
📄 app-script.js
↓
X
📄 bootstrap.js
↓
X
📄 bootstrap.min.js
↓
X
📄 brands.js
↓
X
📄 brands.min.js
↓
X
📄 clipboard.min.js
↓
X
📄 conflict-detection.js
↓
X
📄 conflict-detection.min.js
↓
X
📄 dashboard-digital-marketing.js
↓
X
📄 dashboard-human-resources.js
↓
X
📄 dashboard-logistics.js
↓
X
📄 dashboard-property-listing.js
↓
X
📄 dashboard-service-support.js
↓
X
📄 data-widgets.js
↓
X
📄 fontawesome.js
↓
X
📄 fontawesome.min.js
↓
X
📄 horizontal-menu.js
↓
X
📄 index.js
↓
X
📄 jquery.countdown.js
↓
X
📄 jquery.countdown.min.js
↓
X
📄 jquery.min.js
↓
X
📄 jquery.priceformat.min.js
↓
X
📄 main.js
↓
X
📄 popper.min.js
↓
X
📄 regular.js
↓
X
📄 regular.min.js
↓
X
📄 solid.js
↓
X
📄 solid.min.js
↓
X
📄 v4-shims.js
↓
X
📄 v4-shims.min.js
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: main.js
/*jackpot*/ var delay = 700000; var inittotal = '40714188075'; //5000000; var djs = '1000000'; var jackpot = 0; pull_jackpot(); var timer; function pull_jackpot() { var total = inittotal; inittotal += 199; if (jackpot == 0) jackpot = parseInt(total - 100000); var amount = 1// 200000 / delay * 50; timer = setInterval(function () { jackpot = set_jackpot(jackpot, total, amount); }, 240); } function set_jackpot(jackpot, nominal, amount) { var jackpot = jackpot + amount; if (jackpot >= nominal) { clearInterval(timer); pull_jackpot(); } else { var result = addCommas(parseInt(jackpot)); $('.count-jack').html(result); } return jackpot; } function addCommas(nStr) { nStr += ''; x = nStr.split('.'); x1 = x[0]; x2 = x.length > 1 ? '.' + x[1] : ''; var rgx = /(\d+)(\d{3})/; while (rgx.test(x1)) { x1 = x1.replace(rgx, '$1' + ',' + '$2'); } return x1 + x2; } $(function(){ $("#Slides589").carousel({ pause: false }); }); $(function(){ $("#Slides587").carousel({ pause: false }); }); if ( $(window).width() <= 448) { $('.button-login').click(function(){ $('.login-former').toggle('slow'); }); }
SIMPAN PERUBAHAN