Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Ignore whitespace Rev 1419 → Rev 1420

/trunk/modules/mobile/presentations/js/mobile.js
7,11 → 7,6
voirSources();
});
// Pour faire disparaƮtre la barre d'url du navigateur sur le premier toucher de l'utilisateur
$('body').on('click', '*', function() {
screenfull.request();
});
function voirSources() {
var w = window.open();
var html = $("#smartflore-sources").html();
/trunk/modules/mobile/presentations/css/smartflore.css
145,7 → 145,7
bottom: 13px;
height: 7vh;
position: relative;
min-height: 40px;
min-height: 50px;
}
#smartflore-fiche #smartflore-entete h1 {
/trunk/modules/mobile/squelettes/smartflore.tpl.html
32,7 → 32,6
<script src="http://www.tela-botanica.org/commun/jquery/photoswipe/3.0.5/klass.min.js"></script>
<script src="http://www.tela-botanica.org/commun/jquery/photoswipe/3.0.5/code.photoswipe.jquery-3.0.5.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="https://raw.githubusercontent.com/sindresorhus/screenfull.js/gh-pages/dist/screenfull.js"></script>
<script src="modules/mobile/presentations/js/mobile.js"></script>
<style>