Skip to content

Commit cbd3415

Browse files
committed
Merge pull request #157 from C-Stevens/patch-1
Fixed history option in pushState javascript example
2 parents 608b18e + c71102f commit cbd3415

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

server/documents/modules/tab.html.eco

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ themes : ['Default']
370370
<div class="code" data-type="javascript">
371371
$('.ui.menu .item')
372372
.tab({
373+
history : true,
373374
historyType : 'state',
374375
// base url for all other path changes
375376
path : '/my/base/url'

0 commit comments

Comments
 (0)