Skip to content

Commit 84e38ed

Browse files
Dan SmilkovDaniel Mané
Dan Smilkov
authored and
Daniel Mané
committed
Use hash url to memorize the currently opened tab.
We already do this internally. This enables it for the open-source version. See issue: tensorflow#4354 Change: 153167734
1 parent 03246f1 commit 84e38ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/tensorboard/dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
<link rel="import" href="dist/tf-tensorboard.html">
2828
</head>
2929
<body>
30-
<tf-tensorboard></tf-tensorboard>
30+
<tf-tensorboard use-hash></tf-tensorboard>
3131
</body>
3232
</html>

0 commit comments

Comments
 (0)