diff options
Diffstat (limited to 'share/www/index.html')
-rw-r--r-- | share/www/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/www/index.html b/share/www/index.html index 22f2892c..44fb6885 100644 --- a/share/www/index.html +++ b/share/www/index.html @@ -24,10 +24,10 @@ specific language governing permissions and limitations under the License. <script src="script/jquery.couch.js?0.9.0"></script> <script src="script/jquery.dialog.js?0.9.0"></script> <script src="script/futon.js?0.9.0"></script> - <script src="script/browse.js?0.9.0"></script> + <script src="script/futon.browse.js?0.9.0"></script> <script src="script/futon.format.js?0.9.0"></script> <script> - var page = new CouchIndexPage(); + var page = new $.futon.CouchIndexPage(); $(document).ready(function() { if (!/index\.html$/.test(location.pathname)) { $.futon.navigation.ready(function() { |