Superman killed Batman
parent
045a3c0ab4
commit
15b830e057
Binary file not shown.
Binary file not shown.
|
@ -94,12 +94,6 @@ else
|
|||
|
||||
$date = (date("n/d"));
|
||||
|
||||
if ( $date == "4/01" )
|
||||
$batMan = (! is_file("/boot/config/plugins/community.applications/IamBatman")) && ($_SESSION['locale'] == "" || $SESSION['locale'] == "en_US");
|
||||
else
|
||||
$batMan = false;
|
||||
|
||||
|
||||
$startupDisplayed = is_file($caPaths['startupDisplayed']) ? "true" : "false";
|
||||
if ( $startupDisplayed == "true" && ($_COOKIE['ca_languageSwitch'] ?? false) )
|
||||
$killCookie = "true";
|
||||
|
@ -825,28 +819,6 @@ $(function(){
|
|||
actionCentreRestoreState = true;
|
||||
setupActionCentre();
|
||||
}
|
||||
<? if ( $batMan ): ?>
|
||||
if ( "<?=$pluginWarning?>" !== "false" && "<?=$firstRun?>" !== "true") {
|
||||
$(".mainArea,.menuItems,.sidebar").css("transform","rotateX(180deg) rotateY(180deg)");
|
||||
setTimeout(function() {
|
||||
swal({
|
||||
title: "Public Service Announcement",
|
||||
text: "Thank you for participating in the advance celebrations of <a href='https://nationaltoday.com/international-bat-appreciation-day/' target='_blank'>International Bat Appreciation Day</a>. Would you like to continue the celebrations?",
|
||||
type: 'info',
|
||||
html: true,
|
||||
showCancelButton: true,
|
||||
showConfirmButton: true,
|
||||
cancelButtonText: "No",
|
||||
confirmButtonText: "Yes"
|
||||
}, function (isConfirm) {
|
||||
if (!isConfirm) {
|
||||
$(".mainArea,.menuItems,.sidebar").css("transform","");
|
||||
postNoSpin({action:'batman'});
|
||||
}
|
||||
});
|
||||
},5000);
|
||||
}
|
||||
<? endif; ?>
|
||||
});
|
||||
<?endif;?>
|
||||
function disableSort() {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
79ce6cfd71f1cdf64b21380cda1b54d4 ./Apps.page
|
||||
8de7c0dcb873a78cc66fc4a484462fa0 ./Apps.page
|
||||
106b521c1feebda4d7b3f558cc016cda ./CA_notices.page
|
||||
eb1f0ee4148747c0473e73e4e973994f ./ca_settings.page
|
||||
e8d29607ec792ddf9f6832b10ee70fdc ./default.cfg
|
||||
|
@ -10,7 +10,7 @@ e8d29607ec792ddf9f6832b10ee70fdc ./default.cfg
|
|||
ec075d8b9758ba00bda9b02c4692f972 ./scripts/checkForUpdates.php
|
||||
99a9d58a49a7f6812f18bd4be2b563b9 ./scripts/checkForUpdates.sh
|
||||
28f1447a5053df2f62ae1d6eb5870169 ./scripts/dockerConvert.php
|
||||
69d2eda222f4dd261eb2cfd6c8985760 ./scripts/installMulti.php
|
||||
6ee3b2cdf12209893af916ab0b42152a ./scripts/installMulti.php
|
||||
fbd7122dbf5312c30d164312aa6c13e4 ./scripts/installMultiPlugin.php
|
||||
524afab04ca930f59117a846f819fb2f ./scripts/installPluginUpdate.sh
|
||||
53879be89ce610c57922c1f25ba2b1d2 ./scripts/installUpdate.php
|
||||
|
|
|
@ -88,6 +88,7 @@ function addCloseButton() {
|
|||
}
|
||||
</script>
|
||||
<?
|
||||
$failFlag = false;
|
||||
foreach ($dockers as $docker) {
|
||||
echo sprintf(tr("Starting %s"),"<span class='ca_bold'>$docker</span>")."<br>";
|
||||
unset($output);
|
||||
|
|
Loading…
Reference in New Issue