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