vendor/assets/javascripts/switch.js in flashgrid-1.1.2 vs vendor/assets/javascripts/switch.js in flashgrid-1.2.0
- old
+ new
@@ -11,11 +11,11 @@
animate: true,
disabled: false,
readonly: false,
onColor: null,
offColor: null,
- onText: "On",
- offText: "Off",
+ onText: "",
+ offText: "",
labelText: " "
};
Switch.prototype.name = "switch";
\ No newline at end of file