Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 725bbf0

Browse files
committed
Update src/tile/static/tile/tile.js
1 parent c290f97 commit 725bbf0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tile/static/tile/tile.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152

153153
// Apply this state's changes, and execute scripts if any.
154154
if (state && state.currentSelector) {
155-
/*if (!state.currentSelected) {
155+
if (!state.currentSelected) {
156156
// No previous 'state' was stored, so use raw HTML.
157157
// Will execute script in HTML.
158158
// Need to fix.... back after refresh!
@@ -171,7 +171,7 @@
171171
else {
172172
$.globalEval(this.text || this.textContent || this.innerHTML || '');
173173
}
174-
});*/
174+
});
175175

176176
}
177177
else {

0 commit comments

Comments
 (0)