Files
vote-rllhc/static/js/index.js

16 lines
322 B
JavaScript

App = {
div: document.getElementById("app"),
current_page: 0,
vote_plus_id: null,
vote_plus_nickname: null,
vote_plus_reason: null,
vote_moins_id: null,
vote_moins_nickname: null,
vote_moins_reason: null
}
load_page(App["current_page"])
function load_page(id) {
console.log("He he")
}