Skip to content

Commit

Permalink
Update counter
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Buttigieg committed Jul 10, 2014
1 parent 0d334c3 commit 68d37de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
WP-Quick-Install 1.3
WP Quick Install 1.3
================

WP Quick Install is the easiest way to install WordPress.
Expand Down
2 changes: 1 addition & 1 deletion wp-quick-install/assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ $(document).ready(function() {
$.post(window.location.href + '?action=success',$('form').serialize(), function(data) {
$('#success').show().append(data);
});
$.get( 'http://wp-rocket.me/quick-install/incr-counter.php' );
$.get( 'http://wp-quick-install.com/inc/incr-counter.php' );
}

});

0 comments on commit 68d37de

Please sign in to comment.