|
|
@@ -199,6 +199,9 @@ function isNumberKey(evt) {
|
|
|
return true;
|
|
|
}
|
|
|
function setTabInfo(tab,action,value){
|
|
|
+ if(tab == 'Organizr-Support'){
|
|
|
+ return false;
|
|
|
+ }
|
|
|
if(tab !== null && action !== null && value !== null){
|
|
|
switch(action){
|
|
|
case 'active':
|
|
|
@@ -5232,7 +5235,7 @@ function buildMetadata(array, source){
|
|
|
<h2 class="m-b-0 font-medium pull-right text-right">
|
|
|
`+v.title+`<button type="button" class="btn bg-org btn-circle close-popup m-l-10"><i class="fa fa-times"></i> </button><br>
|
|
|
<small class="m-t-0 text-white">`+v.metadata.tagline+`</small><br>
|
|
|
- <button class="btn waves-effect waves-light openTab bg-`+source+`" type="button" data-tab-name="`+v.tabName+`" data-type="`+v.type+`" data-open-tab="`+v.openTab+`" data-url="`+v.address+`" href="javascript:void(0);"> <i class="fa mdi mdi-`+source+` fa-2x"></i> </button>
|
|
|
+ <button class="btn waves-effect waves-light openTab bg-`+source+`" type="button" data-tab-name="`+cleanClass(v.tabName)+`" data-type="`+v.type+`" data-open-tab="`+v.openTab+`" data-url="`+v.address+`" href="javascript:void(0);"> <i class="fa mdi mdi-`+source+` fa-2x"></i> </button>
|
|
|
`+buildYoutubeLink(v.title+' '+v.metadata.year+' '+v.type)+`
|
|
|
</h2>
|
|
|
</div>
|