Browse Source

Corrected paths for twitterwall.

Thomas Rake 11 years ago
parent
commit
1193758cb8
1 changed files with 2 additions and 2 deletions
  1. 2 2
      twitterwall/index.html

+ 2 - 2
twitterwall/index.html

@@ -8,7 +8,7 @@
 	<link rel="stylesheet" type="text/css" href='css/twitterwall.css' /> 
     <link type="image/x-icon" rel="shortcut icon" href="/favicon.ico"/> 
     <link href='http://fonts.googleapis.com/css?family=Istok+Web' rel='stylesheet' type='text/css'> 
-    <script src="../../js/amber.js" type="text/javascript"></script>
+    <script src="../vendor/amber/js/amber.js" type="text/javascript"></script>
   </head> 
   <body> 
          
@@ -25,7 +25,7 @@
 	<script type="text/javascript"> 
 	loadAmber({
 		files: ['TwitterWall.js'],
-		prefix: 'examples/twitterwall/js',
+		prefix: '../../twitterwall/js',
 		ready: function() {
 			smalltalk.TwitterSearch._new()._query() 
 		}});