6 lines
166 B
JavaScript
6 lines
166 B
JavaScript
|
|
|
|
window.addEventListener("load", function() {
|
|
console.log("View specific JS initialized.");
|
|
// If JS is enabled, set view to update pages without refreshing
|
|
});
|