Skip to content

Commit 5d4c4ae

Browse files
Merge pull request #2 from IntuitDeveloper/resource-update
Resource update
2 parents 5c61eef + c0cc8a6 commit 5d4c4ae

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

index.html

+1-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
<link href="css/bootstrap.min.css" rel="stylesheet">
1616
<link rel="shortcut icon" href="assets/img/favicon.ico" />
17-
<script src="resources/config.js"></script>
1817

1918
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
2019
<link href="assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
@@ -184,9 +183,6 @@ <h3>Build your app on the QuickBooks platform!</h3>
184183
"crossDomain": true,
185184
"url": "https://api.github.com/orgs/intuitdeveloper/repos?type=all&per_page=1000",
186185
"method": "GET",
187-
"headers": {
188-
"authorization": "Basic " + config.authorization
189-
}
190186
}
191187
$.ajax(settings).done(function (response) {
192188

@@ -288,4 +284,4 @@ <h3>Build your app on the QuickBooks platform!</h3>
288284
</script>
289285

290286
</body>
291-
</html>
287+
</html>

resources/config.js

-4
This file was deleted.

0 commit comments

Comments
 (0)