1: function colorpicker_action() { 2: if (!req.data.skin) 3: req.data.skin = "colorpicker"; 4: renderSkin(req.data.skin); 5: return; 6: }