summaryrefslogtreecommitdiffstats
path: root/sca-cpp/trunk/samples/store-vhost/htdocs
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/trunk/samples/store-vhost/htdocs')
-rw-r--r--sca-cpp/trunk/samples/store-vhost/htdocs/domains/jane/index.html2
-rw-r--r--sca-cpp/trunk/samples/store-vhost/htdocs/domains/joe/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/samples/store-vhost/htdocs/domains/jane/index.html b/sca-cpp/trunk/samples/store-vhost/htdocs/domains/jane/index.html
index 3d9a74103c..179d28e9c9 100644
--- a/sca-cpp/trunk/samples/store-vhost/htdocs/domains/jane/index.html
+++ b/sca-cpp/trunk/samples/store-vhost/htdocs/domains/jane/index.html
@@ -20,7 +20,7 @@
<head>
<title>Store</title>
-<script type="text/javascript" src="/wiring/ref.js"></script>
+<script type="text/javascript" src="/component.js"></script>
<script type="text/javascript">
var store = component("Store");
diff --git a/sca-cpp/trunk/samples/store-vhost/htdocs/domains/joe/index.html b/sca-cpp/trunk/samples/store-vhost/htdocs/domains/joe/index.html
index bd3ced57f9..5152b3798b 100644
--- a/sca-cpp/trunk/samples/store-vhost/htdocs/domains/joe/index.html
+++ b/sca-cpp/trunk/samples/store-vhost/htdocs/domains/joe/index.html
@@ -20,7 +20,7 @@
<head>
<title>Store</title>
-<script type="text/javascript" src="/wiring/ref.js"></script>
+<script type="text/javascript" src="/component.js"></script>
<script type="text/javascript">
var store = component("Store");