Skip to content
This repository has been archived by the owner on Nov 30, 2024. It is now read-only.

Commit

Permalink
Updated personalized install code to use github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ilivewithian committed Mar 9, 2015
1 parent 676afab commit 8b47f5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ var Pc = {
$("form").first().submit(function(e){
var username = $("#github_username").val();
$codeContainer.text(code.replace(/USERNAME/g, username));
$repoName.text( username + ".github.com");
$blogLink.text("http://" + username + ".github.com").attr("href", "http://" + username + ".github.com");
$repoName.text( username + ".github.io");
$blogLink.text("http://" + username + ".github.io").attr("href", "http://" + username + ".github.io");
if ($.trim(username) !== ""){
if (typeof mpq !== 'undefined') mpq.track("install", {"username": username });
if (typeof _gaq !== 'undefined') _gaq.push(['_trackEvent', 'Forms', 'Input', username]);
Expand Down

0 comments on commit 8b47f5a

Please sign in to comment.