diff options
Diffstat (limited to 'tutorial/2-requests-and-responses')
| -rw-r--r-- | tutorial/2-requests-and-responses/index.html | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tutorial/2-requests-and-responses/index.html b/tutorial/2-requests-and-responses/index.html index d7048cac..9fa4b092 100644 --- a/tutorial/2-requests-and-responses/index.html +++ b/tutorial/2-requests-and-responses/index.html @@ -583,6 +583,7 @@ http --json POST http://127.0.0.1:8000/snippets/ code="print 456"    <script src="../../js/jquery-1.8.1-min.js"></script>    <script src="../../js/prettify-1.0.js"></script>    <script src="../../js/bootstrap-2.1.1-min.js"></script> +  <script src="../../js/theme.js"></script>    <script>      //$('.side-nav').scrollspy() | 
