diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-01 05:34:35 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-01 05:34:35 -0500 |
| commit | b1116e3d472907ccc3c8df23a11aa6eca5dc5227 (patch) | |
| tree | 240ee07e9e00d4f8ac22ee9b7c2c4b330ec00931 /StoneIsland/www/js/lib/view/Serializable.js | |
| parent | 6415f506034262dd7151be2e35e1e1c1e97f4dfa (diff) | |
prepopulate cc info better
Diffstat (limited to 'StoneIsland/www/js/lib/view/Serializable.js')
| -rw-r--r-- | StoneIsland/www/js/lib/view/Serializable.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/www/js/lib/view/Serializable.js b/StoneIsland/www/js/lib/view/Serializable.js index 6ef8eda3..3cb6e660 100644 --- a/StoneIsland/www/js/lib/view/Serializable.js +++ b/StoneIsland/www/js/lib/view/Serializable.js @@ -69,6 +69,7 @@ var SerializableView = View.extend({ var errors = errors || [] var presence_msgs = this.validate_presence || {} if (! this.disabled) { + console.log("not dislab.ed..") Object.keys(presence_msgs).forEach(function(k){ if (! data[k]) errors.push( [ k, presence_msgs[k] ] ) }) |
