Fullpage.js version 3 has changed its license to GPLv3 and it requires a `licenseKey` option ...

简介: Fullpage.js version 3 has changed its license to GPLv3 and it requires a `licenseKey` option ...
  • 控制台报错 Fullpage.js version 3 has changed its license to GPLv3 and it requires a licenseKey option. Read about it here:
Fullpage.js version 3 has changed its license to GPLv3 and it requires a `licenseKey` option. Read about it here
  • 若引用的是 fullPage.js,就在 fullPage.js 文件中搜索:licenseKey,将以下 if 花括号中的代码删除即可,没有任何影响:
if(!isOK){
    showError('error', 'Fullpage.js version 3 has changed its license to GPLv3 and it requires a `licenseKey` option. Read about it here:');
    showError('error', 'https://github.com/alvarotrigo/fullPage.js#options');
}
  • 移除前:

    移除后:
  • 若引用的是 fullPage.min.js,就在 fullPage.min.js 文件中搜索:报错内容
Fullpage.js version 3 has changed its license to GPLv3 and it requires a `licenseKey` option. Read about it here
相关文章
|
JavaScript Java 测试技术
基于springboot+vue.js+uniapp小程序的it职业生涯规划系统附带文章源码部署视频讲解等
基于springboot+vue.js+uniapp小程序的it职业生涯规划系统附带文章源码部署视频讲解等
264 0
|
JavaScript 前端开发
踩坑-Uncaught Error: Bootstrap's JavaScript requires jQuery
踩坑-Uncaught Error: Bootstrap's JavaScript requires jQuery
397 0
|
JavaScript 前端开发
.bezierEasingMixin(); ^ Inline JavaScript is not enabled. Is it set in your op..
.bezierEasingMixin(); ^ Inline JavaScript is not enabled. Is it set in your op..
458 0
|
移动开发 编解码 weex
weex开发 - 加载index.js崩溃,白屏(may it has been destroyed so method:fireEvent is ignored,Url must be passe)
weex开发 - 加载index.js崩溃,白屏(may it has been destroyed so method:fireEvent is ignored,Url must be passe)
600 0
|
JavaScript 前端开发 程序员
程序员之路:Bootstrap's JavaScript requires jQuery
程序员之路:Bootstrap's JavaScript requires jQuery
193 0
|
JavaScript 中间件
node.js 报错 throw new TypeError(‘app.use() requires a middleware function‘)
node.js 报错 throw new TypeError(‘app.use() requires a middleware function‘)
752 0
|
JavaScript 前端开发 物联网
来了!HaaS轻应用(JavaScript)2.0!It just works
HaaS轻应用(JavaScript)就是可运行在轻量级物联网设备上的JavaScript应用。 千呼万唤始出来,HaaS轻应用(JavaScript)2.0发布了!
来了!HaaS轻应用(JavaScript)2.0!It just works
JS+CSS3文章内容背景黑白切换源码
JS+CSS3文章内容背景黑白切换源码是一款基于JS+CSS3制作的简单网页文章文字内容背景颜色黑白切换效果。
253 0
|
JavaScript 前端开发
JavaScript中的原型 保姆级文章一文搞懂
本文详细解析了JavaScript中的原型概念,从构造函数、原型对象、`__proto__`属性、`constructor`属性到原型链,层层递进地解释了JavaScript如何通过原型实现继承机制。适合初学者深入理解JS面向对象编程的核心原理。
377 1
JavaScript中的原型 保姆级文章一文搞懂