blob: 1f489c289f9edf56bf65b0f891d64a8785ede160 [file] [log] [blame]
setTimeout(function() {
console.log('loading iframe after timeout.');
document.querySelector('#apacheiframe').src = 'http://apache.org';
}, 2000);
document.addEventListener("deviceready", function() {
document.getElementById('info').textContent += '\nDevice is ready.';
}, false);
window.onload = function() {
addListenerToClass('backBtn', backHome);
init();
}