You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/07/07 16:31:32 UTC

svn commit: r1358576 - /incubator/directmemory/trunk/examples/server-example/src/main/webapp/index.html

Author: olamy
Date: Sat Jul  7 14:31:31 2012
New Revision: 1358576

URL: http://svn.apache.org/viewvc?rev=1358576&view=rev
Log:
use a cdn for jquery tmpl now need one for jquery.json

Modified:
    incubator/directmemory/trunk/examples/server-example/src/main/webapp/index.html

Modified: incubator/directmemory/trunk/examples/server-example/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/examples/server-example/src/main/webapp/index.html?rev=1358576&r1=1358575&r2=1358576&view=diff
==============================================================================
--- incubator/directmemory/trunk/examples/server-example/src/main/webapp/index.html (original)
+++ incubator/directmemory/trunk/examples/server-example/src/main/webapp/index.html Sat Jul  7 14:31:31 2012
@@ -25,7 +25,7 @@
   <script type="text/javascript" src="http://current.bootstrapcdn.com/bootstrap-v204/js/bootstrap.js"></script>
   <script type="text/javascript" src="js/sample.js"></script>
   <script type="text/javascript" src="js/jquery.json-2.3.js"></script>
-  <script type="text/javascript" src="js/jquery-tmpl.js"></script>
+  <script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery.templates/beta1/jquery.tmpl.js"></script>
   <title>Apache DirectMemory Sample</title>
 
 </head>