提交 c59871e8 编写于 作者: J Jerome Etienne

polishing augmented-webpages to death

上级 f84c94c1
......@@ -102,7 +102,7 @@
<!-- help BUTTON and DIALOG -->
<button id='helpButton' class="mdl-button mdl-js-button mdl-button--fab mdl-js-ripple-effect">
<i class="material-icons">help_outline</i>
<i class="material-icons">settings</i>
</button>
<dialog id='helpDialog' class="mdl-dialog">
<h4 class="mdl-dialog__title">Debug stuff</h4>
......
......@@ -25,7 +25,7 @@ function arAppURLUpdatePage(arAppURL){
// create qrCode
;(function(){
if( arAppURL.length >= 132 ) return
if( arAppURL.length >= 185 ) return
var container = document.createElement('div')
var qrcode = new QRCode(container, {
text: arAppURL,
......
......@@ -58,7 +58,7 @@ function markersPageSetVisibility(visible){
// markersPage brightness/contrast
//////////////////////////////////////////////////////////////////////////////
var markersPageBrightness = 0
var markersPageOpacity = 0.4
var markersPageOpacity = 1.0
function markersPageUpdateBrightnessOpacity(){
// normalize values
markersPageBrightness = Math.max(0, Math.min(1, markersPageBrightness))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册