]> rtime.felk.cvut.cz Git - coffee/coffee-flask.git/commit
Replace loggedIn with id_user
authorMichal Sojka <michal.sojka@cvut.cz>
Thu, 16 Aug 2018 09:51:43 +0000 (11:51 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Thu, 16 Aug 2018 09:51:43 +0000 (11:51 +0200)
commit978772eec9f4e1c5ab764013bf91f5a5bc385dfc
treed178432e3614cfcdce7dd7d48dcb3d27338b3f13
parent09105314174cdec5fba1e2a5b1bbfee5f69f4381
Replace loggedIn with id_user

Now, when we have the id_user variable, the value loggedIn is not
needed anymore, because its value corresponds to whether the id_user
is set or not.
templates/main.js