Removing javascript

Hi, I’ve design a 3 page EDM with Webflow and was wondering if I can/how remove the javascript?


Here is my public share link: LINK
(how to access public share link)

Once your code exported, edit all the TML pages and you can remove those lines in the <head> section:

  <link rel="stylesheet" href="//code.jquery.com/ui/1.11.1/themes/smoothness/jquery-ui.css">
  <script src="//code.jquery.com/jquery-1.10.2.js"></script>
  <script src="//code.jquery.com/ui/1.11.1/jquery-ui.js"></script>

Also those before the end of the <body> section:

<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="https://daks2k3a4ib2z.cloudfront.net/535553e72953b275210000bd/js/webflow.c8a4d345d.js"></script>

I answered your question without asking why you want to do this, but most likely, if you used any very little advanced feature of Webflow, your site will be broken in some way. If it’s the case, try not to remove the last line maybe, the one calling the webflow.xx.js.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.