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:
@@ -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 {
|
||||
|
||||
@@ -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 &&
|
||||
|
||||
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user