Plugin Directory

Changeset 1133589


Ignore:
Timestamp:
04/13/2015 08:58:14 AM (11 years ago)
Author:
Free-counter
Message:

bug fix

Location:
free-counter
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • free-counter/tags/1.1/template/statistic.php

    r1127003 r1133589  
    8686                </div>
    8787                <div class="inline" style="margin-top:0px;">
    88                     <a href="javascript:void(0)" onclick="window.open('<?php echo SERVER_URL_VISIT. "forgotpassword"?>', 'Forgot Password');">Forgot password?</a> <br />
    89                     <a href="javascript:void(0)" onclick="window.open('<?php echo SERVER_URL_VISIT. "?contact=show"?>', 'contact');">Need help? / Contact us</a>
     88                    <a href="javascript:void(0)" onclick="window.open('<?php echo SERVER_URL_VISIT. "forgotpassword"?>', 'Forgot Password'); return false;">Forgot password?</a> <br />
     89                    <a href="javascript:void(0)" onclick="window.open('<?php echo SERVER_URL_VISIT. "?contact=show"?>', 'contact'); return false;">Need help? / Contact us</a>
    9090                </div>
    9191            </div>
  • free-counter/trunk/template/statistic.php

    r1127003 r1133589  
    8686                </div>
    8787                <div class="inline" style="margin-top:0px;">
    88                     <a href="javascript:void(0)" onclick="window.open('<?php echo SERVER_URL_VISIT. "forgotpassword"?>', 'Forgot Password');">Forgot password?</a> <br />
    89                     <a href="javascript:void(0)" onclick="window.open('<?php echo SERVER_URL_VISIT. "?contact=show"?>', 'contact');">Need help? / Contact us</a>
     88                    <a href="javascript:void(0)" onclick="window.open('<?php echo SERVER_URL_VISIT. "forgotpassword"?>', 'Forgot Password'); return false;">Forgot password?</a> <br />
     89                    <a href="javascript:void(0)" onclick="window.open('<?php echo SERVER_URL_VISIT. "?contact=show"?>', 'contact'); return false;">Need help? / Contact us</a>
    9090                </div>
    9191            </div>
Note: See TracChangeset for help on using the changeset viewer.