standardize indentation
This commit is contained in:
parent
62d257957b
commit
0b14f2f63d
@ -121,11 +121,10 @@
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
var gData
|
||||
var URL = "1hnfQcggYcBYimuO_UOMvwoOi_I9vUvFpkMt4wjrrpLE"
|
||||
Tabletop.init( { key: URL, callback: showInfo, simpleSheet: true } )
|
||||
Tabletop.init({ key: URL, callback: showInfo, simpleSheet: true })
|
||||
})
|
||||
|
||||
// so long, so messy
|
||||
|
||||
function showInfo(gData) {
|
||||
window.gData = gData
|
||||
tableOptions = {
|
||||
@ -256,9 +255,7 @@
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user