Skip to content

Commit

Permalink
adding google verification html file
Browse files Browse the repository at this point in the history
Signed-off-by: Anuj Gakhar <anuj.gakhar@gmail.com>
  • Loading branch information
anujgakhar committed Jan 27, 2012
1 parent a1b32f2 commit 78a4a05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions assets/js/docs_controller.coffee
Expand Up @@ -150,9 +150,8 @@ class @DocsController
@showSpinner()
@docItems.find('li').removeClass("active")
clickedListItem = $(obj)
objectUrl = clickedListItem.attr("data-url").split("/")
objectLabel = clickedListItem.attr("data-name")
fileName = objectUrl[objectUrl.length - 1]
topicUrl = clickedListItem.attr("data-url").split("/")
fileName = topicUrl[topicUrl.length - 1]
@externalFrame.attr("src", @docsBasePath + fileName)
clickedListItem.addClass("active")
@removeSpinner()
7 changes: 3 additions & 4 deletions assets/js/docs_controller.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions google12e29a9ea8b8c325.html
@@ -0,0 +1 @@
google-site-verification: google12e29a9ea8b8c325.html

0 comments on commit 78a4a05

Please sign in to comment.