Subversion Repositories DevTools

Rev

Rev 6579 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6579 Rev 7246
Line 116... Line 116...
116
    });
116
    });
117
 
117
 
118
    //  Delete notifications for this package in selected projects
118
    //  Delete notifications for this package in selected projects
119
    function updateProjects()
119
    function updateProjects()
120
    {
120
    {
121
        console.log("updateProjects");
-
 
122
        var projectList = [];
121
        var projectList = [];
123
        $('input.checkbox1[type="checkbox"]:checked').each(function(){
122
        $('input.checkbox1[type="checkbox"]:checked').each(function(){
124
            projectList.push($(this).data('proj_id'));
123
            projectList.push($(this).data('proj_id'));
125
            });
124
            });
126
 
125