Plugin Directory

Changeset 1150684


Ignore:
Timestamp:
05/01/2015 01:22:07 AM (11 years ago)
Author:
omar4hasan
Message:

add footer js priority.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pbs-gateway/trunk/payment-bills-service.php

    r1150682 r1150684  
    142142            echo '<label style="margin-right:89px; line-height:40px;">CVV :</label> <input placeholder="0001" type="text" style="width:70px;" name="pbs_ccvnumber"  maxlength="4" /><br/>';
    143143            echo  '<input name="csid" type="hidden" id="csid">';
    144             add_action('wp_footer', array(&$this,'add_pbs_script_footer'), 100);
     144            add_action('wp_footer', array(&$this,'add_pbs_script_footer'), 200);
    145145      }
    146146      /**
Note: See TracChangeset for help on using the changeset viewer.