1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

tabler license in files, bootstrap upgrade

This commit is contained in:
codecalm
2019-09-24 17:40:27 +02:00
parent 7c19792df0
commit a0f9105ff2
13 changed files with 99 additions and 13 deletions

View File

@@ -1,3 +1,10 @@
/*
* Tabler Demo (v0.9.0)
* Copyright 2018-2019 The Tabler Authors
* Copyright 2018-2019 codecalm
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
*/
'use strict';
class TablerDemo {

View File

@@ -1,3 +1,10 @@
/*
* Tabler Charts (v0.9.0)
* Copyright 2018-2019 The Tabler Authors
* Copyright 2018-2019 codecalm
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
*/
(function ($) {
$(document).ready(function () {
$().peity &&

View File

@@ -1,3 +1,10 @@
/*
* Tabler (v0.9.0)
* Copyright 2018-2019 The Tabler Authors
* Copyright 2018-2019 codecalm
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
*/
const tabler = {
colorVariation: function(color, variation) {
const colorValue = this.colors[color];