Skip to content

Commit

Permalink
Merge branch 'master' of github.com:LimeSurvey/LimeSurvey
Browse files Browse the repository at this point in the history
  • Loading branch information
TMSWhite committed May 16, 2012
2 parents 024865f + 0a086ac commit 3c22b33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/scripts/subquestions.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
// $Id: subquestions.js 12442 2012-02-11 00:07:00Z shnoulle $
var labelcache=[];
$(document).ready(function(){
$("body").delegate(".code", "keyup", function() {
$(this).val($(this).val().replace(/[^a-zA-Z0-9_]/,''));
});
$('.tab-page:first .answertable tbody').sortable({ containment:'parent',
start:startmove,
update:aftermove,
Expand Down

0 comments on commit 3c22b33

Please sign in to comment.