Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit f2ab017

Browse files
committed
Fix enterprise ad title
1 parent 672886e commit f2ab017

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

core/src/plugins/access.ajxp_conf/ajxp_confActions.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@
629629
<div id="enterprise_advertise_block" box_width="70%" box_padding="0" box_height="80%" box_resize="true" style="height:100%;" class="vertical_layout">
630630
<iframe style="width: 100%; height: 90%; border: 0px solid #ddd;" class="vertical_fit"></iframe>
631631
<div style="padding:20px;">&nbsp;</div>
632+
<style>.form-enterprise_advertise_block .dialogTitle {display:none;}</style>
632633
</div>
633634
]]></clientForm>
634635
<clientListener name="init"><![CDATA[

core/src/plugins/access.ajxp_conf/src/ConfAccessDriver.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,6 @@ public function displayEnterprise(ServerRequestInterface $requestInterface, Resp
430430
file_put_contents($touchFile, time());
431431
}else{
432432
$responseInterface = new JsonResponse(["display" => false]);
433-
echo json_encode(["display" => false]);
434433
}
435434
}else{
436435
$responseInterface = new JsonResponse(["display" => true]);

0 commit comments

Comments
 (0)