mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
Also watch textareas for changes on the dashboard edit item pages
This commit is contained in:
parent
7d2e3cd782
commit
f12efa7755
1 changed files with 1 additions and 1 deletions
|
@ -739,7 +739,7 @@ function editItemInit() {
|
||||||
});
|
});
|
||||||
|
|
||||||
// watch for changes to input and select element contents
|
// watch for changes to input and select element contents
|
||||||
$editItem.find("input, select").on("input change", contentChanged);
|
$editItem.find("input, textarea, select").on("input change", contentChanged);
|
||||||
|
|
||||||
// initialize back button
|
// initialize back button
|
||||||
$backButton.on("click", function() {
|
$backButton.on("click", function() {
|
||||||
|
|
Loading…
Reference in a new issue