Nobody needs a copyright in each file…
This commit is contained in:
parent
3a6c89ba87
commit
623325691f
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description Takes care of every action an album can handle and execute.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
album = {
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description Takes care of every action albums can handle and execute.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
albums = {
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description This module communicates with Lychee's API
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
api = {
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description This module is used to generate HTML-Code.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
build = {}
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description This module is used for the context menu.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
contextMenu = {}
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description This module takes care of the header.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
header = {
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description This module is used for bindings.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
$(document).ready(function() {
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description This module is used to show and hide the loading bar.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
loadingBar = {
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description This module provides the basic functions of Lychee.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
lychee = {
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description Select multiple albums or photos.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
multiselect = {}
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description Controls the access to password-protected albums and photos.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
password = {
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description Takes care of every action a photo can handle and execute.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
photo = {
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description Searches through your photos and albums.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
search = {
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description Lets you change settings.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
settings = {}
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description This module takes care of the sidebar.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
sidebar = {
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description Swipes and moves an object.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
swipe = {
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description Takes care of every action an album can handle and execute.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
upload = {}
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description Responsible to reflect data changes to the UI.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
view = {}
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description Used to view single photos with view.php
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
// Sub-implementation of lychee -------------------------------------------------------------- //
|
||||
|
@ -1,6 +1,5 @@
|
||||
/**
|
||||
* @description This module is used to check if elements are visible or not.
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
visible = {}
|
||||
|
@ -1,7 +1,3 @@
|
||||
/**
|
||||
* @copyright 2015 by Tobias Reich
|
||||
*/
|
||||
|
||||
// Functions --------------------------------------------------------------- //
|
||||
@function black($opacity) {
|
||||
@return rgba(0, 0, 0, $opacity);
|
||||
|
Loading…
Reference in New Issue
Block a user