Bring back "Raw" link for 1.2 specs

This commit is contained in:
Mohsen Azimi
2015-03-06 14:31:45 -08:00
parent 87433d6d09
commit 998cfc72b1
5 changed files with 14 additions and 13 deletions

2
dist/index.html vendored
View File

@@ -56,7 +56,7 @@
});
function addApiKeyAuthorization() {
var key = $('#input_apiKey')[0].value;
var key = encodeURIComponent($('#input_apiKey')[0].value);
log("key: " + key);
if(key && key.trim() != "") {
log("added key " + key);