Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DoliSCAN
client-cordova
Commits
fa61ca77
Commit
fa61ca77
authored
Jun 25, 2020
by
Eric Seigne
Browse files
fix #236 : on boucle sur l'ajout de véhicule
parent
d8c2fc41
Changes
2
Hide whitespace changes
Inline
Side-by-side
www/bienvenue-step4.html
View file @
fa61ca77
...
...
@@ -6,7 +6,7 @@
<ons-button
modifier=
"material large"
onclick=
"gotoPage('config-addVehiculePro.html', true);"
>
Oui
</ons-button>
<!-- Note, il faut garder le configMode pour savoir que la configuration est terminée -->
<ons-button
modifier=
"material large"
onclick=
"
localStoreData('configMode','complet');
gotoPage('bienvenue-step6.html', true);"
>
Non
</ons-button>
<ons-button
modifier=
"material large"
onclick=
"gotoPage('bienvenue-step6.html', true);"
>
Non
</ons-button>
</div>
</div>
<script
type=
"text/javascript"
>
...
...
www/bienvenue-step6.html
View file @
fa61ca77
...
...
@@ -4,7 +4,7 @@
<p>
La configuration initiale est maintenant terminée !
</p>
<ons-button
modifier=
"material large"
onclick=
"gotoPage('menu.html', true);"
>
Aller au menu principal
</ons-button>
<ons-button
modifier=
"material large"
onclick=
"
localStoreData('configMode','complet');
gotoPage('menu.html', true);"
>
Aller au menu principal
</ons-button>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment