Skip to content

Commit

Permalink
Dev: Space between {} to avoid EM
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Oct 13, 2016
1 parent ee1ba72 commit 581c285
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion application/views/admin/dataentry/content_view.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,9 @@
choicetitle: '<?php echo gT("Your Choices",'js') ?>',
ranktitle: '<?php echo gT("Your Ranking",'js') ?>'
};
function checkconditions(){};
function checkconditions(){
// Some space so the EM won't kick in
};
$(function() {
doDragDropRank(<?php echo $thisqid ?>,0,true,true);
});
Expand Down

0 comments on commit 581c285

Please sign in to comment.