Skip to content

Commit

Permalink
nav
Browse files Browse the repository at this point in the history
  • Loading branch information
พงศ์ปณต ทัศนียาชุมพาลี authored and พงศ์ปณต ทัศนียาชุมพาลี committed Apr 2, 2018
1 parent 2a5779b commit 42dc0fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion aqa-navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,10 @@
if (obj.hasOwnProperty(p)) {
str.push(encodeURIComponent(p) + "=" + encodeURIComponent(obj[p]));
}
this.queryString = '?' + str.join("&");
if (this.queryString != "") {
this.queryString = '?' + str.join("&");
}

}
}

Expand Down

0 comments on commit 42dc0fe

Please # to comment.