Skip to content

Commit

Permalink
Doc Updats
Browse files Browse the repository at this point in the history
  • Loading branch information
davglass committed Mar 26, 2012
1 parent 52f98b1 commit 6d61d0b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion api/assets/js/api-list.js
Expand Up @@ -91,7 +91,7 @@ inputNode.on('focus', function () {
});

// Update all tabview links to resolved URLs.
tabview.get('panelNode').all('a').each(function (link) {
tabview.get('contentBox').all('a').each(function (link) {
link.setAttribute('href', link.get('href'));
});

Expand Down
5 changes: 0 additions & 5 deletions api/assets/js/apidocs.js
Expand Up @@ -13,11 +13,6 @@ var win = Y.config.win,
classTabView,
selectedTab;

// Kill pjax functionality unless serving over HTTP.
if (!Y.getLocation().protocol.match(/^https?\:/)) {
Y.Router.html5 = false;
}

pjax = new Y.Pjax({
container : '#docs-main',
contentSelector: '#docs-main > .content',
Expand Down

0 comments on commit 6d61d0b

Please sign in to comment.