diff --git a/src/Console/Console.hbs b/src/Console/Console.hbs index ceefa00..2bc6133 100644 --- a/src/Console/Console.hbs +++ b/src/Console/Console.hbs @@ -1,18 +1,18 @@
- + All Error Warning Info Log Debug - +
-
Cancel
-
Execute
+
Cancel
+
Execute
diff --git a/src/DevTools/NavBar.es6 b/src/DevTools/NavBar.es6 index 14ea626..611e830 100644 --- a/src/DevTools/NavBar.es6 +++ b/src/DevTools/NavBar.es6 @@ -22,7 +22,7 @@ export default class NavBar extends util.Emitter let $bottomBar = this._$bottomBar; this._len++; - this._$ul.prepend(`
  • ${name}
  • `); + this._$ul.prepend(`
  • ${name}
  • `); $bottomBar.css('left', util.pxToNum($bottomBar.css('left')) + ITEM_WIDTH); this._resetStyle(); } diff --git a/src/Elements/BottomBar.hbs b/src/Elements/BottomBar.hbs index 7a2b309..27f209a 100644 --- a/src/Elements/BottomBar.hbs +++ b/src/Elements/BottomBar.hbs @@ -1,14 +1,14 @@
    -
    +
    -
    +
    -
    +
    -
    +
    \ No newline at end of file diff --git a/src/Elements/Elements.hbs b/src/Elements/Elements.hbs index 4a7d624..eb24af1 100644 --- a/src/Elements/Elements.hbs +++ b/src/Elements/Elements.hbs @@ -14,7 +14,7 @@ {{#if children}}
      {{#each children}} -
    • {{{text}}}
    • +
    • {{{text}}}
    • {{/each}}
    {{/if}} @@ -41,7 +41,7 @@
    {{#if computedStyle}}
    -

    Computed Style

    +

    Computed Style

    diff --git a/src/EntryBtn/EntryBtn.hbs b/src/EntryBtn/EntryBtn.hbs index a0212c0..0184fec 100644 --- a/src/EntryBtn/EntryBtn.hbs +++ b/src/EntryBtn/EntryBtn.hbs @@ -1,3 +1,3 @@ -
    +
    \ No newline at end of file diff --git a/src/Features/Features.hbs b/src/Features/Features.hbs index 1658236..4ed61e4 100644 --- a/src/Features/Features.hbs +++ b/src/Features/Features.hbs @@ -1,10 +1,10 @@ -Go to HTML5 Test \ No newline at end of file +Go to HTML5 Test \ No newline at end of file diff --git a/src/Network/Network.hbs b/src/Network/Network.hbs index c76eb9b..bf0f1ca 100644 --- a/src/Network/Network.hbs +++ b/src/Network/Network.hbs @@ -46,7 +46,7 @@ {{#if displayReq}}
    XMLHttpRequest -
    +
    diff --git a/src/Resources/Resources.hbs b/src/Resources/Resources.hbs index 933670f..762dfee 100644 --- a/src/Resources/Resources.hbs +++ b/src/Resources/Resources.hbs @@ -1,10 +1,10 @@

    Local Storage -
    +
    -
    +

    @@ -16,7 +16,7 @@
    {{/each}} @@ -31,10 +31,10 @@

    Session Storage -
    +
    -
    +

    @@ -46,7 +46,7 @@
    {{/each}} @@ -61,10 +61,10 @@

    Cookie -

    @@ -76,7 +76,7 @@
    {{/each}} @@ -91,7 +91,7 @@

    Script -
    +

    @@ -110,7 +110,7 @@

    Stylesheet -
    +

    @@ -129,7 +129,7 @@

    Image -
    +

    diff --git a/src/Settings/select.hbs b/src/Settings/select.hbs index 5295c18..d8ce86d 100644 --- a/src/Settings/select.hbs +++ b/src/Settings/select.hbs @@ -1,11 +1,11 @@
    -
    +
    {{desc}} {{val}}
      {{#each selections}} -
    • {{.}}
    • +
    • {{.}}
    • {{/each}}
    \ No newline at end of file diff --git a/src/Snippets/Snippets.hbs b/src/Snippets/Snippets.hbs index 720a920..e8f253f 100644 --- a/src/Snippets/Snippets.hbs +++ b/src/Snippets/Snippets.hbs @@ -4,6 +4,6 @@
    {{desc}}
    -
    Run
    +
    Run
    {{/each}} \ No newline at end of file diff --git a/src/index.es6 b/src/index.es6 index dd5daca..82884db 100644 --- a/src/index.es6 +++ b/src/index.es6 @@ -67,6 +67,9 @@ module.exports = { contentEditable: false }); + // http://stackoverflow.com/questions/3885018/active-pseudo-class-doesnt-work-in-mobile-safari + el.setAttribute('ontouchstart', ''); + this._$el = util.$(el); }, _initDevTools()
    {{key}} {{val}} - +
    {{key}} {{val}} - +
    {{key}} {{val}} - +