diff --git a/README.md b/README.md index d72cae0..3fc2fc2 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Logging things out on mobile browser is never an easy stuff. I used to include ` ![Demo](http://7xn2zy.com1.z0.glb.clouddn.com/eruda_qrcode.png) -Browse it on your phone: [http://liriliri.github.io/eruda/index.html?eruda=true](http://liriliri.github.io/eruda/index.html?eruda=true) +Browse it on your phone: [http://liriliri.github.io/eruda/index.html](http://liriliri.github.io/eruda/index.html) ## Features diff --git a/package.json b/package.json index 2ac0c55..1537a55 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eruda", "version": "0.5.0", - "description": "Console for mobile JavaScript", + "description": "Console for Mobile Browsers", "main": "dist/eruda.js", "scripts": { "dev": "webpack --watch", diff --git a/src/Elements/Elements.es6 b/src/Elements/Elements.es6 index 491c0f7..31b9723 100644 --- a/src/Elements/Elements.es6 +++ b/src/Elements/Elements.es6 @@ -86,7 +86,7 @@ export default class Elements extends Tool return; } - !isElExist(el) ? self._render() : self._setEl(el); + !isElExist(el) ? self._render() : self._setElAndRender(el); }).on('click', '.toggle-all-computed-style', () => this._toggleAllComputedStyle()); var $bottomBar = this._$el.find('.eruda-bottom-bar');