miguelfreitas / twister-html

twister HTML + Javascript User Interface
MIT License
229 stars 138 forks source link

No response after "Save Changes" #317

Closed xfq closed 8 years ago

xfq commented 8 years ago

After clicking the "Save Changes" button in profile-edit.html, I don't see any "response" (such as an alert("Profile updated successfully")), so I don't know whether the profile has been updated or not. Is it a bug in js/twister_user.js?

Browser: Google Chrome 46.0.2490.80 on OS X 10.11.1 (Build 15B42), haven't tried other browsers yet

slr commented 8 years ago

it isn't a bug, it's a flaw. fixed anyway via https://github.com/miguelfreitas/twister-html/commit/b2e2ba308c08bf62f3f9cc2e1c45d7b9cfa99cf8 and mostly https://github.com/miguelfreitas/twister-html/commit/1d1abd24ad24d124e483ff34e2cc3be40a204d6b in 'blaster' branch.

slr commented 8 years ago

example with fixed menu

xfq commented 8 years ago

@slr Thank you very much!

slr commented 8 years ago

@xfq you are welcome.