Fix datatables script link.

Change-Id: Ibf6568e1208f18fdf26b4ec7b16f3e6cd2a4d38d
diff --git a/github-plugin/src/main/resources/static/scripts.html b/github-plugin/src/main/resources/static/scripts.html
index 9f73a7c..f7b790d 100644
--- a/github-plugin/src/main/resources/static/scripts.html
+++ b/github-plugin/src/main/resources/static/scripts.html
@@ -4,5 +4,5 @@
  -->
 <script type='text/javascript' src='js/jquery-1.10.2.min.js'></script>
 <script type='text/javascript' src='js/jquery.cookie.min.js?ver=3.0'></script>
-<script src="js/datatables/jquery.datatables.js"></script>
+<script src="js/datatables/jquery.datatables.min.js"></script>
 <script src="js/underscore-min.js"></script>