summaryrefslogtreecommitdiff
path: root/share/www/database.html
diff options
context:
space:
mode:
authorChristopher Lenz <cmlenz@apache.org>2009-01-12 21:40:59 +0000
committerChristopher Lenz <cmlenz@apache.org>2009-01-12 21:40:59 +0000
commit7ec87a86a24d0f0d96d7df417e2f1c46ddc6fbfa (patch)
tree3c47ce1fd74c34e6eeb523f2c665f107cf8b4a63 /share/www/database.html
parenta58246859370c52b5209fe94a043bdcc7f8b7001 (diff)
Move `browse.js` code into the `futon` namespace, and restore the selected tab based on the hash in the URL. Applies a small part of the patch to COUCHDB-200.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@733912 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/database.html')
-rw-r--r--share/www/database.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/www/database.html b/share/www/database.html
index 02886ef4..c540972f 100644
--- a/share/www/database.html
+++ b/share/www/database.html
@@ -26,10 +26,10 @@ specific language governing permissions and limitations under the License.
<script src="script/jquery.resizer.js?0.9.0"></script>
<script src="script/jquery.suggest.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 CouchDatabasePage();
+ var page = new $.futon.CouchDatabasePage();
$.futon.navigation.ready(function() {
this.addDatabase(page.db.name);