diff --git a/plugins/flickr/popcorn.flickr.js b/plugins/flickr/popcorn.flickr.js index 1009fea7..8b7a939f 100644 --- a/plugins/flickr/popcorn.flickr.js +++ b/plugins/flickr/popcorn.flickr.js @@ -159,7 +159,7 @@ tags : {elem:'input', type:'text', label:'Tags'}, username : {elem:'input', type:'text', label:'Username'}, apikey : {elem:'input', type:'text', label:'Api_key'}, - target : 'Flickr-container', + target : 'flickr-container', height : {elem:'input', type:'text', label:'Height'}, width : {elem:'input', type:'text', label:'Width'}, padding : {elem:'input', type:'text', label:'Padding'}, diff --git a/plugins/image/popcorn.image.js b/plugins/image/popcorn.image.js index b26d0260..dc5f90dc 100644 --- a/plugins/image/popcorn.image.js +++ b/plugins/image/popcorn.image.js @@ -52,7 +52,7 @@ type: "text", label: "Link URL" }, - target: "Image-container", + target: "image-container", src: { elem: "input", type: "text", diff --git a/plugins/subtitle/popcorn.subtitle.js b/plugins/subtitle/popcorn.subtitle.js index f56d9867..0759d78c 100644 --- a/plugins/subtitle/popcorn.subtitle.js +++ b/plugins/subtitle/popcorn.subtitle.js @@ -120,7 +120,7 @@ options:{ start : {elem:'input', type:'text', label:'In'}, end : {elem:'input', type:'text', label:'Out'}, - target : 'Subtitle-container', + target : 'subtitle-container', text : {elem:'input', type:'text', label:'Text'} } }, @@ -128,11 +128,11 @@ _setup: function( options ) { // Creates a div for all subtitles to use - ( !this.container && !options.target || options.target === 'Subtitle-container' ) && + ( !this.container && !options.target || options.target === 'subtitle-container' ) && createDefaultContainer( this ); // if a target is specified, use that - if ( options.target && options.target !== 'Subtitle-container' ) { + if ( options.target && options.target !== 'subtitle-container' ) { options.container = document.getElementById( options.target ); } else { // use shared default container options.container = this.container; diff --git a/plugins/tagthisperson/popcorn.tagthisperson.js b/plugins/tagthisperson/popcorn.tagthisperson.js index c67a24ce..519ac294 100644 --- a/plugins/tagthisperson/popcorn.tagthisperson.js +++ b/plugins/tagthisperson/popcorn.tagthisperson.js @@ -57,7 +57,7 @@ options:{ start : {elem:'input', type:'text', label:'In'}, end : {elem:'input', type:'text', label:'Out'}, - target : 'tag-container', + target : 'tagthisperson-container', person : {elem:'input', type:'text', label:'Name'}, image : {elem:'input', type:'text', label:'Image Src'}, href : {elem:'input', type:'text', label:'URL'} diff --git a/plugins/twitter/popcorn.twitter.js b/plugins/twitter/popcorn.twitter.js index b8aa8d91..103cec5e 100644 --- a/plugins/twitter/popcorn.twitter.js +++ b/plugins/twitter/popcorn.twitter.js @@ -44,7 +44,7 @@ start : {elem:'input', type:'number', label:'In'}, end : {elem:'input', type:'number', label:'Out'}, src : {elem:'input', type:'text', label:'Source'}, - target : 'Twitter-container', + target : 'twitter-container', height : {elem:'input', type:'number', label:'Height'}, width : {elem:'input', type:'number', label:'Width'} } diff --git a/plugins/wikipedia/popcorn.wikipedia.js b/plugins/wikipedia/popcorn.wikipedia.js index 726d368d..6049b7ff 100644 --- a/plugins/wikipedia/popcorn.wikipedia.js +++ b/plugins/wikipedia/popcorn.wikipedia.js @@ -47,7 +47,7 @@ var wikiCallback; src : {elem:'input', type:'text', label:'Src'}, title : {elem:'input', type:'text', label:'Title'}, numberofwords : {elem:'input', type:'text', label:'Num Of Words'}, - target : 'wiki-container' + target : 'wikipedia-container' } }, /**