You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/10/23 11:34:48 UTC

svn commit: r1710158 - /ignite/site/trunk/includes/scripts.html

Author: anovikov
Date: Fri Oct 23 09:34:48 2015
New Revision: 1710158

URL: http://svn.apache.org/viewvc?rev=1710158&view=rev
Log:
Table name for export

Modified:
    ignite/site/trunk/includes/scripts.html

Modified: ignite/site/trunk/includes/scripts.html
URL: http://svn.apache.org/viewvc/ignite/site/trunk/includes/scripts.html?rev=1710158&r1=1710157&r2=1710158&view=diff
==============================================================================
--- ignite/site/trunk/includes/scripts.html (original)
+++ ignite/site/trunk/includes/scripts.html Fri Oct 23 09:34:48 2015
@@ -57,7 +57,7 @@
 <script type="text/javascript" src="//cdn.rawgit.com/hhurz/tableExport.jquery.plugin/master/libs/FileSaver/FileSaver.min.js"></script>
 <script type="text/javascript" src="//cdn.rawgit.com/hhurz/tableExport.jquery.plugin/master/libs/jsPDF/jspdf.min.js"></script>
 <script type="text/javascript" src="//cdn.rawgit.com/hhurz/tableExport.jquery.plugin/master/libs/jsPDF-AutoTable/jspdf.plugin.autotable.js"></script>
-<script type="text/javascript" src="//cdn.rawgit.com/hhurz/tableExport.jquery.plugin/master/tableExport.min.js"></script>
+<script type="text/javascript" src="//raw.githubusercontent.com/hhurz/tableExport.jquery.plugin/master/tableExport.min.js"></script>
 
 <script type="text/javascript">
 $(document).ready(function() {