friendica/view/theme/frost/js/theme.min.js

1 line
17 KiB
JavaScript
Raw Normal View History

$(document).ready(function(){window.navMenuTimeout={"#network-menu-list-timeout":null,"#contacts-menu-list-timeout":null,"#system-menu-list-timeout":null,"#network-menu-list-opening":false,"#contacts-menu-list-opening":false,"#system-menu-list-opening":false,"#network-menu-list-closing":false,"#contacts-menu-list-closing":false,"#system-menu-list-closing":false};$("#profile-jot-text").focus(enableOnUser);$("#profile-jot-text").click(enableOnUser);$(".nav-menu-list, .nav-menu-icon").hover(function(){showNavMenu($(this).attr("point"))},function(){hideNavMenu($(this).attr("point"))});$(".group-edit-icon").hover(function(){$(this).addClass("icon");$(this).removeClass("iconspacer")},function(){$(this).removeClass("icon");$(this).addClass("iconspacer")});$(".sidebar-group-element").hover(function(){id=$(this).attr("id");$("#edit-"+id).addClass("icon");$("#edit-"+id).removeClass("iconspacer")},function(){id=$(this).attr("id");$("#edit-"+id).removeClass("icon");$("#edit-"+id).addClass("iconspacer")});$(".savedsearchdrop").hover(function(){$(this).addClass("drop");$(this).addClass("icon");$(this).removeClass("iconspacer")},function(){$(this).removeClass("drop");$(this).removeClass("icon");$(this).addClass("iconspacer")});$(".savedsearchterm").hover(function(){id=$(this).attr("id");$("#drop-"+id).addClass("icon");$("#drop-"+id).addClass("drophide");$("#drop-"+id).removeClass("iconspacer")},function(){id=$(this).attr("id");$("#drop-"+id).removeClass("icon");$("#drop-"+id).removeClass("drophide");$("#drop-"+id).addClass("iconspacer")});$("#event-share-checkbox").change(function(){if($("#event-share-checkbox").is(":checked")){$("#acl-wrapper").show()}else{$("#acl-wrapper").hide()}}).trigger("change");if(typeof window.AjaxUpload!="undefined"){var uploader=new window.AjaxUpload(window.imageUploadButton,{action:"wall_upload/"+window.nickname,name:"userfile",onSubmit:function(file,ext){$("#profile-rotator").show()},onComplete:function(file,response){addeditortext(window.jotId,response);$("#profile-rotator").hide()}});if($("#wall-file-upload").length){var file_uploader=new window.AjaxUpload("wall-file-upload",{action:"wall_attach/"+window.nickname,name:"userfile",onSubmit:function(file,ext){$("#profile-rotator").show()},onComplete:function(file,response){addeditortext(window.jotId,response);$("#profile-rotator").hide()}})}}if(typeof window.aclInit!="undefined"&&typeof acl=="undefined"){acl=new ACL(baseurl+"/acl",[window.allowCID,window.allowGID,window.denyCID,window.denyGID])}if(window.aclType=="settings-head"||window.aclType=="photos_head"||window.aclType=="event_head"){$("#contact_allow, #contact_deny, #group_allow, #group_deny").change(function(){var selstr;$("#contact_allow option:selected, #contact_deny option:selected, #group_allow option:selected, #group_deny option:selected").each(function(){selstr=$(this).text();$("#jot-perms-icon").removeClass("unlock").addClass("lock");$("#jot-public").hide()});if(selstr==null){$("#jot-perms-icon").removeClass("lock").addClass("unlock");$("#jot-public").show()}}).trigger("change")}if(window.aclType=="event_head"){$("#events-calendar").fullCalendar({events:baseurl+"/events/json/",header:{left:"prev,next today",center:"title",right:"month,agendaWeek,agendaDay"},timeFormat:"H(:mm)",eventClick:function(calEvent,jsEvent,view){showEvent(calEvent.id)},eventRender:function(event,element,view){if(event.item["author-name"]==null)return;switch(view.name){case"month":element.find(".fc-event-title").html("<img src='{0}' style='height:10px;width:10px'>{1} : {2}".format(event.item["author-avatar"],event.item["author-name"],event.title));break;case"agendaWeek":element.find(".fc-event-title").html("<img src='{0}' style='height:12px; width:12px'>{1}<p>{2}</p><p>{3}</p>".format(event.item["author-avatar"],event.item["author-name"],event.item.desc,event.item.location));break;case"agendaDay":element.find(".fc-event-title").html("<img src='{0}' style='height:24px;width:24px'>{1}<p>{2}</p><p>{3}</p>".format(event.item["author-avatar"],event.item["author-name"],event.item.desc,event.item.location));break}}});var args