gddo-server: Correct the order of the js path in template.

Change-Id: Ib9d9c5cb8977200470f7b5664ff2acc0560d5d9d
Reviewed-on: https://go-review.googlesource.com/23951
Reviewed-by: Dmitri Shuralyov <shurcool@gmail.com>
Reviewed-by: Alan Donovan <adonovan@google.com>
diff --git a/gddo-server/assets/templates/layout.html b/gddo-server/assets/templates/layout.html
index c9969b6..acdc59a 100644
--- a/gddo-server/assets/templates/layout.html
+++ b/gddo-server/assets/templates/layout.html
@@ -64,8 +64,8 @@
     </div>
   </div>
 </div>
-<script src="{{staticPath "/-/bootstrap.min.js"}}"></script>
 <script src="{{staticPath "/-/jquery-2.0.3.min.js"}}"></script>
+<script src="{{staticPath "/-/bootstrap.min.js"}}"></script>
 <script src="{{staticPath "/-/site.js"}}"></script>
 {{template "Analytics"}}
 </body>