Subversion Repositories DevTools

Rev

Rev 5506 | Rev 6579 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5506 Rev 6510
Line 127... Line 127...
127
        var projectRmList = [];
127
        var projectRmList = [];
128
        $('input.checkbox0[type="checkbox"]:not(:checked)').each(function(){
128
        $('input.checkbox0[type="checkbox"]:not(:checked)').each(function(){
129
            projectRmList.push($(this).data('proj_id'));
129
            projectRmList.push($(this).data('proj_id'));
130
            });
130
            });
131
 
131
 
132
        console.log('ListAdd:',projectList.join());
132
        //console.log('ListAdd:',projectList.join());
133
        console.log('ListDel:',projectRmList.join());
133
        //console.log('ListDel:',projectRmList.join());
134
        $('#eline1').empty();
134
        $('#eline1').empty();
135
        $('#eline2').empty();
135
        $('#eline2').empty();
136
        $.ajax({
136
        $.ajax({
137
            type : 'POST',
137
            type : 'POST',
138
            url : '_json_Notifications.asp',
138
            url : '_json_Notifications.asp',