Skip to content

Try attempt 1 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
function onDeviceReady()
{
// do nothing
console.log('Device is now ready');
console.log('手機在可用狀態');
}

var checkBugs = function()
{
navigator.notification.alert('Ya! No more bugs', null, 'Notification');
navigator.notification.alert('太好了! No more bugs', null, 'Notification');
}

$(document).ready(function()
Expand All @@ -43,7 +43,7 @@
<body onload="onLoad()">
<div data-role="page">
<div data-role="header">
<h1>Hello Debugging World</h1>
<h1>除錯測試</h1>
</div>
<div data-role="content">
<input type="button" id="buh_button" value="Check For Bugs">
Expand Down