Commit 45cec7c4 authored by Bryan Kaperick's avatar Bryan Kaperick

Updated see history option.

parent 096fb5d1
......@@ -87,4 +87,4 @@
});
});
}(document, window, rJS));
}(document, window, rJS));
\ No newline at end of file
......@@ -227,7 +227,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>968.63092.49502.60160</string> </value>
<value> <string>968.63092.54317.19490</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -245,7 +245,7 @@
</tuple>
<state>
<tuple>
<float>1531834849.72</float>
<float>1531928427.76</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -21,7 +21,10 @@
.allowPublicAcquisition("jio_allDocs", function (param_list) {
var gadget = this;
return gadget.jio_allDocs(param_list[0])
return gadget.jio_toggleRevisionOption(false)
.push(function () {
return gadget.jio_allDocs(param_list[0]);
})
.push(function (result) {
var i, date, len = result.data.total_rows;
for (i = 0; i < len; i += 1) {
......@@ -138,4 +141,4 @@
});
});
});
}(window, rJS, RSVP));
}(window, rJS, RSVP));
\ No newline at end of file
......@@ -270,7 +270,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>968.63158.19596.29713</string> </value>
<value> <string>968.63193.3444.40072</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -288,7 +288,7 @@
</tuple>
<state>
<tuple>
<float>1531839117.64</float>
<float>1532440204.49</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -53,8 +53,6 @@
};
}
}
.push(function () {
gadget.jio_toggleRevisionOption(false);
return result;
});
})
......
......@@ -268,7 +268,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>968.63165.50418.55142</string> </value>
<value> <string>968.63202.32840.27340</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -286,7 +286,7 @@
</tuple>
<state>
<tuple>
<float>1531839433.13</float>
<float>1531923217.03</float>
<string>UTC</string>
</tuple>
</state>
......
......@@ -122,4 +122,4 @@
});
});
}(window, RSVP, rJS));
}(window, RSVP, rJS));
\ No newline at end of file
......@@ -267,7 +267,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>968.63157.4401.28006</string> </value>
<value> <string>968.63157.27775.20480</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -285,7 +285,7 @@
</tuple>
<state>
<tuple>
<float>1531838725.42</float>
<float>1531928420.68</float>
<string>UTC</string>
</tuple>
</state>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment