Plugin Directory

Changeset 999901


Ignore:
Timestamp:
10/01/2014 03:45:04 PM (11 years ago)
Author:
buildcreate
Message:

Issue with lightbox popup

Location:
agreeable/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • agreeable/trunk/agreeable.php

    r999856 r999901  
    44Plugin URI: http://wordpress.org/extend/plugins/agreeable
    55Description: Add a required "Agree to terms" checkbox to login and/or register forms.
    6 Version: 1.3.9.1
     6Version: 1.3.9.2
    77Author: kraftpress
    88Author URI: http://kraftpress.it
  • agreeable/trunk/js/agreeable.js

    r986028 r999901  
    22
    33    $(document).on("DOMSubtreeModified", function(){
     4        $('.ag-open-popup-link').magnificPopup({
     5          type:'inline',
     6          midClick: true,
     7        });
     8    });
     9   
     10    $(document).ready(function(){
    411        $('.ag-open-popup-link').magnificPopup({
    512          type:'inline',
Note: See TracChangeset for help on using the changeset viewer.