Plugin Directory

Changeset 2872055


Ignore:
Timestamp:
02/28/2023 05:50:07 AM (3 years ago)
Author:
webmaxy
Message:

update view

File:
1 edited

Legend:

Unmodified
Added
Removed
  • webmaxycdp/trunk/includes/class-webmaxycdp.php

    r2857041 r2872055  
    475475            ifrm.id="webmaxyloyaltyId"
    476476            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;";
    478478            document.body.appendChild(ifrm);
    479479            document.getElementById('webmaxyloyaltyId').onload=function(){
Note: See TracChangeset for help on using the changeset viewer.