mirror of
https://github.com/chinchang/web-maker.git
synced 2025-06-10 03:35:16 +02:00
WIP
This commit is contained in:
parent
602c3fb30a
commit
f2694a9f4a
@ -364,7 +364,7 @@ c5.953,0,10.779,4.826,10.779,10.779v64.674H503.916z"></path>
|
||||
<script src="lib/inlet.min.js"></script>
|
||||
<script src="lib/esprima.js"></script>
|
||||
<script src="lib/escodegen.browser.min.js"></script>
|
||||
|
||||
<script src="https://togetherjs.com/togetherjs.js"></script>
|
||||
<script src="utils.js"></script>
|
||||
<script src="analytics.js"></script>
|
||||
<script src="deferred.js"></script>
|
||||
|
@ -8,7 +8,7 @@
|
||||
"storage",
|
||||
"tabs"
|
||||
],
|
||||
"content_security_policy": "script-src 'self' https://www.google-analytics.com 'unsafe-eval'; object-src 'self'",
|
||||
"content_security_policy": "script-src 'self' https://togetherjs.com https://www.google-analytics.com 'unsafe-eval'; object-src 'self'",
|
||||
"options_ui": {
|
||||
"page": "options.html",
|
||||
"chrome_style": true
|
||||
|
@ -528,6 +528,7 @@ settingsBtn, onboardModal, notificationsBtn */
|
||||
} catch (e) {
|
||||
showErrors('js', [ { lineNumber: e.lineNumber - 1, message: e.description } ]);
|
||||
} finally {
|
||||
console.log(code)
|
||||
if (shouldPreventInfiniteLoops !== false) {
|
||||
// utils.addInfiniteLoopProtection(ast);
|
||||
}
|
||||
@ -992,6 +993,7 @@ settingsBtn, onboardModal, notificationsBtn */
|
||||
hasSeenNotifications = false;
|
||||
}
|
||||
});
|
||||
TowTruck(this);
|
||||
|
||||
requestAnimationFrame(compileNodes);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user