Team:AUC TURKEY
From 2013hs.igem.org
(Difference between revisions)
Line 187: | Line 187: | ||
function checkInstantResume(isPaused, arg2, cont) { | function checkInstantResume(isPaused, arg2, cont) { | ||
- | if (!(isPaused || !(arg2 === true)) { // resume now! | + | if (!(isPaused || !(arg2 === true))) { // resume now! |
var options = $(cont).data('cycle.opts'); | var options = $(cont).data('cycle.opts'); | ||
if (!options) { | if (!options) { |
Revision as of 13:27, 20 June 2013