Changeset 2872055
- Timestamp:
- 02/28/2023 05:50:07 AM (3 years ago)
- File:
-
- 1 edited
-
webmaxycdp/trunk/includes/class-webmaxycdp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
webmaxycdp/trunk/includes/class-webmaxycdp.php
r2857041 r2872055 475 475 ifrm.id="webmaxyloyaltyId" 476 476 ifrm.setAttribute("src", "https://loyalty.webmaxy.ai/loyalty/rewards?code=<?php echo $code;?>&us=<?php echo $us;?>"); 477 ifrm.style = "z-index:9999999;position: fixed;border: none;border-radius: 20px;bottom: 20px;right: 11px;min-width: 340px; min-height: 600px; display:none;";477 ifrm.style = "z-index:9999999;position: fixed;border: none;border-radius: 20px;bottom: 20px;right: 11px;min-width: 340px; min-height: 600px;"; 478 478 document.body.appendChild(ifrm); 479 479 document.getElementById('webmaxyloyaltyId').onload=function(){
Note: See TracChangeset
for help on using the changeset viewer.