Skip to content

Commit

Permalink
Fixed demo tab activation
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Oct 25, 2016
1 parent 838226d commit fd5326d
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 30 deletions.
2 changes: 1 addition & 1 deletion demo/demo.coffee
Expand Up @@ -208,7 +208,7 @@ $ ->
if match
method = match[1] # rfc | text
arg = match[2]
activateTab($("a[href=##{method}-input]"))
activateTab($("a[href='##{method}-input']"))
$("##{method}-input input:first").val(arg).change()
processHash()
$(window).on('hashchange', processHash)
70 changes: 41 additions & 29 deletions demo/demo.js

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

0 comments on commit fd5326d

Please sign in to comment.