Skip to content

Commit

Permalink
relocate js files
Browse files Browse the repository at this point in the history
  • Loading branch information
MariferVL committed Sep 19, 2023
1 parent 2e49cd0 commit 5289d67
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .firebase/hosting.cHVibGlj.cache
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
index.html,1695090690045,945c001231c67f8e62adbc5e0806b1bd80191b09153ec61df66fec0c7ecd9346
css/styles.css,1695089346008,c79891c1cce5d3a14c8a97ddc76085343662f77b0913630dddf226a15acca918
images/actores.png,1694999088825,1fcae9f41be879596a340e057b055c1c7d1d64237b487c7de916d91f99e4c7cd
images/bg_image.png,1695056726018,d95c076c42caa775d8fa360fd477a8281097e071a5fd8c99ed26a5bea678ba85
images/fondo.png,1695065873707,92ff2452d8df8c6c809a832c8a51d5aa5a3112a14d9e8c69158abc40c49cee3b
Expand All @@ -13,3 +11,5 @@ images/favicon/apple-touch-icon.png,1694996766603,375abbbad26fce4723594f8ae40424
images/favicon/favicon-16x16.png,1694996766682,14f8404e1a4dde6e8f999f4e015cb67e0a6d5b7b9073611a983afccaee380e45
images/favicon/favicon-32x32.png,1694996766719,c760fdcdc65374e5d362b896054c1d66425fb95b39775d0610bf02a7d17665fd
images/favicon/favicon.ico,1694996766645,66129d4cb0e3ea76972e8e7388baea1280e299a94efe6299e052cf0b4da5ff52
index.html,1695099406418,92674cf9bcda12a038218d12cbfd74662835d790d14121aec354a054ab392dbe
css/styles.css,1695099792010,5da13dd6dbb16d53f05abdc64132090561e86708181a20c8564d037cb8025668
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "leyrep-website",
"version": "1.0.0",
"description": "Sitio web no oficial sobre la Ley REP en Chile",
"main": "index.js",
"main": "server.js",
"scripts": {
"test": "jest",
"start": "node src/index.js",
"start": "node server.js",
"load": "node scripts/load_flow.js"
},
"repository": {
Expand Down
3 changes: 1 addition & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ <h2>Enlaces de Interés</h2>
<p>&copy; 2023 Recicla Chile. Todos los derechos reservados.</p>
</footer>

<script src="/src/firebase.js"></script>
<script src="/src/chatbot.js"></script>
<script src="js/chatbot.js"></script>
</body>

</html>
File renamed without changes.
Empty file removed src/index.js
Empty file.

0 comments on commit 5289d67

Please sign in to comment.