Update content of files

This commit is contained in:
GitHub Action 2021-11-06 12:49:13 +00:00
parent a44a782aac
commit a42812f861
7 changed files with 16 additions and 13 deletions

View file

@ -103,12 +103,12 @@
<script src="/js/bootstrap.min.js"></script>
<script src="/js/main-aj.js?54"></script>
<script src="/js/widget-frame.js?51"></script>
<script src="/js/promote.js?41"></script>
<script src="/js/promote.js?42"></script>
<script src="/js/jquery-ui.min.js?1"></script>
<script src="/js/jquery-ex.js?6"></script>
<script src="/js/tchart.min.js?15"></script>
<script>ajInit({"version":489,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
<script>ajInit({"version":490,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
<script id="aj_script">l.add({"WEB_AB_WARNING_HEADER":"Turn off ad blocker","WEB_POPUP_CLOSE_BTN":"Close","WEB_AB_WARNING_TEXT":"You appear to be using an ad blocker that may prevent pages on the Telegram Ad Platform from working as expected.<br\/><br\/>Please turn off your ad blocker or add <a href=\"http:\/\/promote.telegram.org\/\">promote.telegram.org<\/a> as an exception to manage your promoted messages."});
window.enableInlineVideo&&$('video').each(function(){enableInlineVideo(this)});
Ads.init();

View file

@ -103,12 +103,12 @@
<script src="/js/bootstrap.min.js"></script>
<script src="/js/main-aj.js?54"></script>
<script src="/js/widget-frame.js?51"></script>
<script src="/js/promote.js?41"></script>
<script src="/js/promote.js?42"></script>
<script src="/js/jquery-ui.min.js?1"></script>
<script src="/js/jquery-ex.js?6"></script>
<script src="/js/tchart.min.js?15"></script>
<script>ajInit({"version":489,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
<script>ajInit({"version":490,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
<script id="aj_script">l.add({"WEB_AB_WARNING_HEADER":"Turn off ad blocker","WEB_POPUP_CLOSE_BTN":"Close","WEB_AB_WARNING_TEXT":"You appear to be using an ad blocker that may prevent pages on the Telegram Ad Platform from working as expected.<br\/><br\/>Please turn off your ad blocker or add <a href=\"http:\/\/promote.telegram.org\/\">promote.telegram.org<\/a> as an exception to manage your promoted messages."});
openPopup('#login-popup-container');
window.enableInlineVideo&&$('video').each(function(){enableInlineVideo(this)});

View file

@ -103,12 +103,12 @@
<script src="/js/bootstrap.min.js"></script>
<script src="/js/main-aj.js?54"></script>
<script src="/js/widget-frame.js?51"></script>
<script src="/js/promote.js?41"></script>
<script src="/js/promote.js?42"></script>
<script src="/js/jquery-ui.min.js?1"></script>
<script src="/js/jquery-ex.js?6"></script>
<script src="/js/tchart.min.js?15"></script>
<script>ajInit({"version":489,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
<script>ajInit({"version":490,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
<script id="aj_script">l.add({"WEB_AB_WARNING_HEADER":"Turn off ad blocker","WEB_POPUP_CLOSE_BTN":"Close","WEB_AB_WARNING_TEXT":"You appear to be using an ad blocker that may prevent pages on the Telegram Ad Platform from working as expected.<br\/><br\/>Please turn off your ad blocker or add <a href=\"http:\/\/promote.telegram.org\/\">promote.telegram.org<\/a> as an exception to manage your promoted messages."});
window.enableInlineVideo&&$('video').each(function(){enableInlineVideo(this)});
Ads.init();

View file

@ -219,12 +219,12 @@
<script src="/js/bootstrap.min.js"></script>
<script src="/js/main-aj.js?54"></script>
<script src="/js/widget-frame.js?51"></script>
<script src="/js/promote.js?41"></script>
<script src="/js/promote.js?42"></script>
<script src="/js/jquery-ui.min.js?1"></script>
<script src="/js/jquery-ex.js?6"></script>
<script src="/js/tchart.min.js?15"></script>
<script>ajInit({"version":489,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
<script>ajInit({"version":490,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
<script id="aj_script">l.add({"WEB_AB_WARNING_HEADER":"Turn off ad blocker","WEB_POPUP_CLOSE_BTN":"Close","WEB_AB_WARNING_TEXT":"You appear to be using an ad blocker that may prevent pages on the Telegram Ad Platform from working as expected.<br\/><br\/>Please turn off your ad blocker or add <a href=\"http:\/\/promote.telegram.org\/\">promote.telegram.org<\/a> as an exception to manage your promoted messages."});
window.enableInlineVideo&&$('video').each(function(){enableInlineVideo(this)});
Ads.init();

View file

@ -211,12 +211,12 @@
<script src="/js/bootstrap.min.js"></script>
<script src="/js/main-aj.js?54"></script>
<script src="/js/widget-frame.js?51"></script>
<script src="/js/promote.js?41"></script>
<script src="/js/promote.js?42"></script>
<script src="/js/jquery-ui.min.js?1"></script>
<script src="/js/jquery-ex.js?6"></script>
<script src="/js/tchart.min.js?15"></script>
<script>ajInit({"version":489,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
<script>ajInit({"version":490,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
<script id="aj_script">l.add({"WEB_AB_WARNING_HEADER":"Turn off ad blocker","WEB_POPUP_CLOSE_BTN":"Close","WEB_AB_WARNING_TEXT":"You appear to be using an ad blocker that may prevent pages on the Telegram Ad Platform from working as expected.<br\/><br\/>Please turn off your ad blocker or add <a href=\"http:\/\/promote.telegram.org\/\">promote.telegram.org<\/a> as an exception to manage your promoted messages."});
window.enableInlineVideo&&$('video').each(function(){enableInlineVideo(this)});
Ads.init();

View file

@ -479,11 +479,14 @@ var NewAd = {
var excludeValueFull = $excludeField.data('valueFull');
var already_excluded = false;
$.each(excludeValueFull, function(val, item) {
if (item.id == result.exclude_channel.id) {
if (item.val == result.exclude_channel.id) {
already_excluded = true;
} else if (item._auto) {
$excludeField.trigger('deselectval', [val]);
$excludeField.data('prevval', '');
if (Aj.state.autoExcluded) {
delete Aj.state.autoExcluded[item.val];
}
}
});
if (!already_excluded) {

View file

@ -151,12 +151,12 @@
<script src="/js/bootstrap.min.js"></script>
<script src="/js/main-aj.js?54"></script>
<script src="/js/widget-frame.js?51"></script>
<script src="/js/promote.js?41"></script>
<script src="/js/promote.js?42"></script>
<script src="/js/jquery-ui.min.js?1"></script>
<script src="/js/jquery-ex.js?6"></script>
<script src="/js/tchart.min.js?15"></script>
<script>ajInit({"version":489,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
<script>ajInit({"version":490,"apiUrl":"\/api?hash=telegram-crawler","unauth":true});</script>
<script id="aj_script">l.add({"WEB_AB_WARNING_HEADER":"Turn off ad blocker","WEB_POPUP_CLOSE_BTN":"Close","WEB_AB_WARNING_TEXT":"You appear to be using an ad blocker that may prevent pages on the Telegram Ad Platform from working as expected.<br\/><br\/>Please turn off your ad blocker or add <a href=\"http:\/\/promote.telegram.org\/\">promote.telegram.org<\/a> as an exception to manage your promoted messages."});
window.enableInlineVideo&&$('video').each(function(){enableInlineVideo(this)});
Ads.init();