use null instead of false in data that could be sent to api

This commit is contained in:
Alan Hamlett
2017-10-03 06:53:18 -07:00
parent 5fb7c9b416
commit f32e1e5180
10 changed files with 20 additions and 20 deletions

View File

@@ -214,7 +214,7 @@
}
// Collapsible panels (aka, accordion)
// Collapsable panels (aka, accordion)
//
// Wrap a series of panels in `.panel-group` to turn them into an accordion with
// the help of our collapse JavaScript plugin.