Gestion du toggleInfos
This commit is contained in:
@@ -54,9 +54,9 @@
|
||||
*/
|
||||
});
|
||||
|
||||
// blockchainExplorer.init(2);
|
||||
blockchainExplorer.init(2);
|
||||
|
||||
showInfos();
|
||||
//toggleInfos();
|
||||
});
|
||||
|
||||
var isInViewport = function (elem) {
|
||||
@@ -79,6 +79,11 @@
|
||||
|
||||
blockchainExplorer.init(flag);
|
||||
}
|
||||
|
||||
function toggleInfos()
|
||||
{
|
||||
blockchainExplorer.toggleInfos();
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
@@ -117,7 +122,7 @@
|
||||
<option value=1>My special Blocks list</option>
|
||||
</select>
|
||||
<br>
|
||||
<label>show block infos </label><input id="mode_checkbox" type="checkbox" onchange="showInfos()">
|
||||
<label>show block infos </label><input id="mode_checkbox" type="checkbox" onchange="toggleInfos()">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user