We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1736963 commit 7e89afdCopy full SHA for 7e89afd
system/application/views/melons/cantaloupe/js/scalarwidgets.jquery.js
@@ -128,7 +128,6 @@
128
}else{
129
var slug = $widget.attr('resource');
130
}
131
- console.log(slug);
132
if(slug.indexOf(',') > -1){
133
var slugs = [];
134
var slug_list = slug.split(',');
@@ -825,7 +824,6 @@
825
824
col_size = 3;
826
break;
827
828
- console.log(node);
829
var markup = '<div class="col-md-'+col_size+'"><div class="thumbnail">';
830
if(typeof node.current.mediaSource != 'undefined' && node.current.mediaSource.contentType == 'image' && !node.current.mediaSource.isProprietary){
831
markup += '<img src="' + node.current.sourceFile + '" alt="" class="img-responsive center-block">';
0 commit comments