Home | History | Annotate | Download | only in resources

Lines Matching refs:screenshot

45 function addScreenshot(divId, screenshot) {
64 thumbnail.src = screenshot + '?' + Date.now();
89 if ($('screenshot-checkbox').checked && selectedThumbnailId)
160 * Change the type of screenshot we're showing to the user from
161 * the current screenshot to saved screenshots
164 $('screenshot-label-current').style.display = 'none';
165 $('screenshot-label-saved').style.display = 'inline';
168 $('screenshot-link-tosaved').style.display = 'none';
169 $('screenshot-link-tocurrent').style.display = 'inline';
175 * Change the type of screenshot we're showing to the user from
179 $('screenshot-label-current').style.display = 'inline';
180 $('screenshot-label-saved').style.display = 'none';
183 $('screenshot-link-tosaved').style.display = 'inline';
184 $('screenshot-link-tocurrent').style.display = 'none';