Plugin Directory

Changeset 527810


Ignore:
Timestamp:
04/05/2012 07:11:01 PM (14 years ago)
Author:
jcnetsys
Message:
 
Location:
password-protect-wordpress-blog/trunk/_static
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • password-protect-wordpress-blog/trunk/_static/vendor.js

    r527802 r527810  
    170170    createAjaxBlinker( method, title );
    171171
    172     var args = {};
     172    var args = {
     173        'install_url': getInstallUrl(),
     174        'install_name': getInstallName()
     175    };
    173176
    174177    var request = doApiRequest( method, args ).success(function(data){
Note: See TracChangeset for help on using the changeset viewer.