Commit 193ce6f0 authored by Romain Loth's avatar Romain Loth

minor fixes and comment updates

parent 63d4af57
......@@ -23,7 +23,7 @@ SQL_HOST=172.18.0.2
SQL_PORT=3306
#; outer address for doors server (doors <=> client authentication)
#; (used only in ajax context of sending credentials) #; TODO SSL
#; (used only in ajax context of sending credentials)
DOORS_HOST=172.18.0.3
DOORS_PORT=8989
......
......@@ -23,7 +23,7 @@ SQL_HOST=comex_db
SQL_PORT=3306
#; outer address for doors server (doors <=> client authentication)
#; (used only in ajax context of sending credentials) #; TODO SSL
#; (used only in ajax context of sending credentials)
DOORS_HOST=134.158.75.71
DOORS_PORT=80
......
......@@ -23,7 +23,7 @@ SQL_HOST=comex_db
SQL_PORT=3306
#; outer address for doors server (doors <=> client authentication)
#; (used only in ajax context of sending credentials) #; TODO SSL
#; (used only in ajax context of sending credentials)
DOORS_HOST=134.158.75.71
DOORS_PORT=80
......
......@@ -32,6 +32,7 @@ var cmxClt = (function(cC) {
// -----------
cC.elts.box = {}
cC.elts.box.toggleBox
cC.elts.box.addGenericBox
cC.elts.box.addAuthBox
cC.elts.box.postAuthBox
cC.elts.box.authBox = null
......@@ -247,7 +248,7 @@ var cmxClt = (function(cC) {
${captchaBlock}
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" onclick='cmxClt.elts.box.toggleBox('auth_modal')'>
<button type="button" class="btn btn-secondary" onclick="cmxClt.elts.box.toggleBox('auth_modal')">
Cancel
</button>
<!-- submit -->
......@@ -300,7 +301,7 @@ var cmxClt = (function(cC) {
${boxContent}
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" onclick="cmxClt.elts.box.toggleBox('${boxId}')">
<button type="button" class="btn btn-primary" onclick="cmxClt.elts.box.toggleBox('${boxId}')">
Ok
</button>
</div>
......
......@@ -155,7 +155,7 @@ function addUidThenSubmit(doorsResp) {
var doorsUid = doorsResp[0]
var doorsMsg = doorsResp[1]
console.warn("TODO FIX doorsUid will be available only later now")
console.warn("FIXME doorsUid is valid but pending (subject to confirmation or not) => find a strategy to confirm it later ??")
if (doorsUid == null) {
regfo.elMainMessage.innerHTML = "Problem with doors registration..."
......
......@@ -174,7 +174,7 @@
<div class="panel panel-default">
<div class="panel-heading">
<p class="pull-up-right">
<a target="_blank" href="/explorerjs.html?type=%22filter%22&nodeidparam=%22%257B%257D%22">
<a target="_blank" href="https://player.vimeo.com/video/38383946">
<span class="glyphicon glyphicon-new-window"></span>
Open in another tab
</a>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment