Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Bug in deleteDevice and saveAddEdit #7

Open
fjiggy opened this issue Jan 7, 2016 · 0 comments
Open

Bug in deleteDevice and saveAddEdit #7

fjiggy opened this issue Jan 7, 2016 · 0 comments

Comments

@fjiggy
Copy link

fjiggy commented Jan 7, 2016

Can't Add/Save/Delete device.
Found solution to be
<function deleteDevice(deviceId) { var jqXHR = $.ajax('/tellstick/device/' + deviceId, {>

should be
<function deleteDevice(deviceId) { var jqXHR = $.ajax('tellstick/device/' + deviceId, {>

and in saveAddEdit
<var jqXHR = $.post('/tellstick/device', payload);>

should be
<var jqXHR = $.post('tellstick/device', payload);>

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

No branches or pull requests

1 participant