[web-devel-2] Don't point to my laptop link local name



commit ac2781a324a2331cd0c51ea29125e510e3facba9
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon Dec 6 00:00:49 2010 +0100

    Don't point to my laptop link local name

 new/index.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/new/index.html b/new/index.html
index c833a33..d9765b1 100644
--- a/new/index.html
+++ b/new/index.html
@@ -54,7 +54,7 @@
                         </label><input type="text" value="" name="q" id="s" placeholder="Search"/>
 </div></form>
 <script type="text/javascript">
-$('#s').autocomplete('http://nezt.local/symbols/lookup/',
+$('#s').autocomplete('/symbols/lookup/',
         { minChars:3, matchSubset:1, matchContains:1, cacheLength:10,
           selectOnly:1, rowsLimit:25 });
               </script>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]