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

Testing to see if a commit is preventing the js file from being updated and yet again....

parent 0e336846
No related branches found
No related tags found
No related merge requests found
......@@ -224,11 +224,11 @@ window.Switch = Backbone.Model.extend({
// table
f.table = '';
f.tableText = '';
if(f.hasOwnProperty('tableId')) {
f.table = f.tableId;
f.tableText = f.tableId;
}
f.table = f.table.substr(0, f.table.length - 1);
f.tableText = f.tableText.substr(0, f.tableText.length - 1);
......
<td><%= cookie %></td><%= table %></td><td><%= priority %></td><td><%= matchHTML %></td><td><%= applyActionText %></td><td><%= writeActionText %></td><td><%= clearActionText %></td><td><%= gotoGroupText %></td><td><%= gotoMeterText %></td><td><%= writeMetadataText %></td><td><%= experimenterText %></td><td><%= packetCount %></td><td><%= byteCount %></td><td><%= durationSeconds %></td><td><%= idleTimeoutSec %></td>
<td><%= cookie %></td><td><%= tableText %></td><td><%= priority %></td><td><%= matchHTML %></td><td><%= applyActionText %></td><td><%= writeActionText %></td><td><%= clearActionText %></td><td><%= gotoGroupText %></td><td><%= gotoMeterText %></td><td><%= writeMetadataText %></td><td><%= experimenterText %></td><td><%= packetCount %></td><td><%= byteCount %></td><td><%= durationSeconds %></td><td><%= idleTimeoutSec %></td>
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