Skip to content

Commit

Permalink
Base: Prevent header from hiding on input focus
Browse files Browse the repository at this point in the history
  • Loading branch information
salbahra committed Aug 23, 2014
1 parent df616df commit 86c99c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2859,7 +2859,7 @@ function get_manual() {
function get_runonce() {
var list = "<p class='center'>"+_("Zero value excludes the station from the run-once program.")+"</p>",
runonce = $("<div data-role='page' id='runonce'>" +
"<div data-theme='b' data-role='header' data-position='fixed' data-tap-toggle='false'>" +
"<div data-theme='b' data-role='header' data-position='fixed' data-tap-toggle='false' data-hide-during-focus=''>" +
"<a href='javascript:void(0);' class='ui-btn ui-corner-all ui-shadow ui-btn-left ui-btn-b ui-toolbar-back-btn ui-icon-carat-l ui-btn-icon-left' data-rel='back'>"+_("Back")+"</a>" +
"<h3>"+_("Run-Once")+"</h3>" +
"<button data-icon='check' class='ui-btn-right'>"+_("Submit")+"</button>" +
Expand Down Expand Up @@ -3317,7 +3317,7 @@ function get_preview() {
function get_logs() {
var now = new Date(),
logs = $("<div data-role='page' id='logs'>" +
"<div data-theme='b' data-role='header' data-position='fixed' data-tap-toggle='false'>" +
"<div data-theme='b' data-role='header' data-position='fixed' data-tap-toggle='false' data-hide-during-focus=''>" +
"<a href='javascript:void(0);' class='ui-btn ui-corner-all ui-shadow ui-btn-left ui-btn-b ui-toolbar-back-btn ui-icon-carat-l ui-btn-icon-left' data-rel='back'>"+_("Back")+"</a>" +
"<h3>"+_("Logs")+"</h3>" +
"<a href='#' data-icon='refresh' class='ui-btn-right'>"+_("Refresh")+"</a>" +
Expand Down

0 comments on commit 86c99c0

Please sign in to comment.