Skip to content
Snippets Groups Projects
Commit fb1a8e32 authored by Ryan Izard's avatar Ryan Izard
Browse files

more 2

parent 169b2998
No related branches found
No related tags found
No related merge requests found
......@@ -236,6 +236,12 @@ window.Switch = Backbone.Model.extend({
_.each(f.actions, function(value, key) {
f.applyActionText += key + ":" + value + " ";
},f);
f.writeActionText = "n/a "; // need extra space at end
f.clearActionText = "n/a";
f.writeMetadataText = "n/a";
f.gotoGroupText = "n/a";
f.gotoMeterText = "n/a";
f.experimenterText = "n/a";
} else {
f.applyActionText = "----";
f.writeActionText = "n/a "; // need extra space at end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment