Subversion Repositories oidplus

Rev

Rev 410 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 410 Rev 424
Line 115... Line 115...
115
 
115
 
116
        $.ajax({
116
        $.ajax({
117
                url:"ajax.php",
117
                url:"ajax.php",
118
                method:"POST",
118
                method:"POST",
119
                data: {
119
                data: {
-
 
120
                        csrf_token:csrf_token,
120
                        plugin:"1.3.6.1.4.1.37476.2.5.2.4.3.700",
121
                        plugin:"1.3.6.1.4.1.37476.2.5.2.4.3.700",
121
                        action:"color_update",
122
                        action:"color_update",
122
                        hue_shift:document.getElementById('hshift').value,
123
                        hue_shift:document.getElementById('hshift').value,
123
                        sat_shift:document.getElementById('sshift').value,
124
                        sat_shift:document.getElementById('sshift').value,
124
                        val_shift:document.getElementById('vshift').value,
125
                        val_shift:document.getElementById('vshift').value,