You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initial scripts and folders got added to the project, this include several functionalities:
- Copy to Clipboard
- Hide Container
- Limit Text
- Read Time
- Social Links
- Tabs Slider
All this functionalities have been tested multiple times and may only require a cleanup before the first official release
err.push(`%cThere are no containers in this page.`);
10
+
valid=false;
11
+
}
12
+
13
+
if(!valid){
14
+
console.log("%cThanks for using Webflow Trickery","color: blue; font-size: 18px; padding: 8px; font-weight:500");
15
+
console.log("%cIt seems like you're missing an element that is required for the integration.","color: red; font-size: 12px; padding: 8px; font-weight:500");
console.log("%cThanks for using Webflow Trickery","color: blue; font-size: 18px; padding: 8px; font-weight:500");
21
+
console.log("%cIt seems like you're missing an element that is required for the integration.","color: red; font-size: 12px; padding: 8px; font-weight:500");
0 commit comments