Changeset 527810
- Timestamp:
- 04/05/2012 07:11:01 PM (14 years ago)
- Location:
- password-protect-wordpress-blog/trunk/_static
- Files:
-
- 2 edited
-
images/Thumbs.db (modified) (previous)
-
vendor.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
password-protect-wordpress-blog/trunk/_static/vendor.js
r527802 r527810 170 170 createAjaxBlinker( method, title ); 171 171 172 var args = {}; 172 var args = { 173 'install_url': getInstallUrl(), 174 'install_name': getInstallName() 175 }; 173 176 174 177 var request = doApiRequest( method, args ).success(function(data){
Note: See TracChangeset
for help on using the changeset viewer.