Skip to content

Commit

Permalink
Media handling
Browse files Browse the repository at this point in the history
  • Loading branch information
tvroom committed Jan 31, 2008
1 parent 000af06 commit 58ee7f3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions plugins/Ajax/htdocs/images/common.js
Expand Up @@ -1493,6 +1493,17 @@ function getModalPrefs(section, title, tabbed) {
return;
}

function firehose_get_media_popup(id) {
if($('preference_title')) {
$('preference_title').innerHTML = "Media";
}
var params = [];
params['op'] = 'firehose_get_media';
params['id'] = id;
var handlers = {onComplete:show_modal_box};
ajax_update(params, 'modal_box_content', handlers);
}

function saveModalPrefs() {
var params = [];
params['op'] = 'saveModalPrefs';
Expand Down

0 comments on commit 58ee7f3

Please sign in to comment.