Skip to content
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

Buttons won't work #1

Open
codeflight1 opened this issue Mar 17, 2016 · 4 comments
Open

Buttons won't work #1

codeflight1 opened this issue Mar 17, 2016 · 4 comments

Comments

@codeflight1
Copy link

I'm using Timetracker on my Raspberrypi 2 and none of the buttons work.
I'm using Chromium and when I press the create new client button nothing happens;
the precise error is "Uncaught ReferenceError: addClientForm is not defined timetracker.html:56"

Anyone have any idea why this is happening?

Thanks

@NeuroCodex
Copy link

Hi VA7NFH -- this probably means Chromium on Raspi isn't loading the timetracker.js script, or its JavaScript engine is taking exception to something in the JS file.

Was there anything else output to the console?

@codeflight1
Copy link
Author

I just looked at it again and the other things in console are;
"Uncaught SyntaxError: Unexpected identifier timetracker.js:1139"
and
"Uncaught ReferenceError: ttInit is not defined timetracker.html:19"

@Photosynthesis
Copy link
Owner

Hmmm.... I've done some cleanup on the JavaScript which I hope will have fixed this issue. Let me know if the current version works on your system, and if not what the console says. Thanks for the bug reports.

@codeflight1
Copy link
Author

it's much better now;
the only thing that doesn’t work is that the start button doesn’t appear.
The console says
"Uncaught Error: TYPE_MISMATCH_ERR: DOM Exception 17 timetracker.js:78"
and
"Uncaught TypeError: Cannot read property 'Length' of undefined timetracker.js:697"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants