Skip to content

Commit 0696db1

Browse files
committed
[Hotfix] Cleared out some comments from the main scripts
1 parent 76fe2e0 commit 0696db1

2 files changed

Lines changed: 1 addition & 24 deletions

File tree

Dist/Functional/CopyToClipboard.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
/*
2-
* Trigger element = wt-copycb-element="trigger"
3-
* Target element = wt-copycb-element="target"
4-
* textTarget = wt-copycb-element="textTarget"
5-
* copiedMsg = wt-copycb-copiedMsg
6-
* activeClass = wt-copycb-activeClass
7-
*/
8-
91
'use strict'
102

113
const UpdateTriggerDisplay = (_txt, _target, _trigger, _class ) => {

Dist/Functional/TabsSlider.js

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,4 @@
1-
/*!
2-
* Webflow Utilities v1.2.0
3-
* Have you ever tried fixing the same small thing over and over again on your webflow projects?
4-
* Well I have so I made a small compillation of the different fixes, utilities and tricks that will
5-
* not only make my life easier in the future but hopefuly yours as well.
6-
* (c) 2023 Jorge Cortez
7-
* MIT License
8-
* https://github.com/JorchCortez/Weblfow-Trickery
9-
*
10-
* This code is a sligtly modified version of the Auto Rotate Webflow Tabs by Flowbase.co (v1.4 Updated 10/04/2023)
11-
* fixed for reusability in any project using attributes instead of classes, feel free to check it out and if needs any update
12-
* you can open an issue in github.
13-
*
14-
* Webflow only function
15-
*
16-
*/
1+
'use strict'
172

183
var Webflow = Webflow || [];
194
Webflow.push(function () {

0 commit comments

Comments
 (0)