Skip to content

Commit

Permalink
1.152
Browse files Browse the repository at this point in the history
Removed JivoChat; Google ads
  • Loading branch information
LeonardoCiaccio committed Oct 23, 2023
1 parent 768610c commit bcbb9a4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/library/ctrader-guru.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// --> cTrader Guru object
window.CG = {

Version: "1.151",
Version: "1.152",
LoadTemplate: (url, success, error) => {

$.ajax({
Expand Down
9 changes: 6 additions & 3 deletions assets/library/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
.modal('show');

});
/* --> Google Adsense

// --> Google Adsense
$(".todownload, .togithub").click(function(ev) {

// --> At least one banner you must display
Expand All @@ -50,7 +51,7 @@
}

});
*/

// --> Search with case insensitive
jQuery.expr[':'].contains = function(a, i, m) {
return jQuery(a).text().toUpperCase()
Expand All @@ -73,6 +74,8 @@
$("<script src='https://code.jivo.ru/widget/vJVgRN5kgV' async></script>").appendTo('body');
console.log("Today in Rome is the " + RomeTZ.getDay() + "° day of the week and now is " + CurrentRomeTime + ", the operator work in days " + OperatorDayWork.join('/') + " from " + OperatorStart + " to " + OperatorStop + ", then now is " + (IsOperatorDayWork && IsOperatorTimeWork ? "active." : "inactive."));
*/$("<script src='https://code.jivo.ru/widget/vJVgRN5kgV' async></script>").appendTo('body');
*/

// --> $("<script src='https://code.jivo.ru/widget/vJVgRN5kgV' async></script>").appendTo('body');

})(jQuery);
4 changes: 2 additions & 2 deletions assets/library/populate-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@ window.CG.Populate = window.CG.Populate || function(MAIN, TAB, GITHUB_REPOS) {
});

_installComments();
// --> _installAdSenseRepo();
// --> _installAdSenseRepo2();
_installAdSenseRepo();
_installAdSenseRepo2();

$('#sJZ3vntth').html('');

Expand Down

0 comments on commit bcbb9a4

Please sign in to comment.