modify the web ui

This commit is contained in:
OttoMao
2015-07-20 08:58:57 +08:00
parent 8fb99ab9a1
commit cfb3f21f01
5 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ function init(React){
</form>
</div>
<p>
<i className="uk-icon-gift"></i>&nbsp;&nbsp;type <strong>/id=\d{3}/</strong> will give you all the logs containing <strong>id=123</strong>
<i className="uk-icon-magic"></i>&nbsp;&nbsp;type <strong>/id=\d{3}/</strong> will give you all the logs containing <strong>id=123</strong>
</p>
</div>
);

View File

@@ -190,14 +190,14 @@ var recorder;
}
$(".J_showFilter").on("click",function(){
showPop({ left:"50%", content:React.createElement(PopupContent["filter"], {onChangeKeyword : updateKeyword})});
showPop({ left:"60%", content:React.createElement(PopupContent["filter"], {onChangeKeyword : updateKeyword})});
});
})();
//map local
(function(){
$(".J_showMapPanel").on("click",function(){
showPop({left:"40%", content:React.createElement(PopupContent["map"],null)});
showPop({left:"60%", content:React.createElement(PopupContent["map"],null)});
});
})();