diff --git a/.gitignore b/.gitignore index e43b0f9..a63e445 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ .DS_Store +.env +src/tro.nim \ No newline at end of file diff --git a/a3.nimble b/a3.nimble index 0dbc3be..abc9f75 100644 --- a/a3.nimble +++ b/a3.nimble @@ -15,3 +15,4 @@ requires "nim >= 2.0.2" requires "https://github.com/ire4ever1190/mike" requires "db_connector" requires "nimja" +requires "dotenv >= 2.0.0" \ No newline at end of file diff --git a/src/a3 b/src/a3 index 877e2a5..8d065fb 100755 Binary files a/src/a3 and b/src/a3 differ diff --git a/src/a3.nim b/src/a3.nim index d27e928..68258e1 100644 --- a/src/a3.nim +++ b/src/a3.nim @@ -1,7 +1,7 @@ import mike, segfaults, - ./[admin, cart, about, index, checkout, validation, contact, shop, signup] + ./[admin, cart, about, index, checkout, validation, contact, shop, signup, tro] "/" -> [get, post]: ctx.index() diff --git a/src/a3a/admin/index.html b/src/a3a/admin/index.html index 63e713d..995ffd2 100644 --- a/src/a3a/admin/index.html +++ b/src/a3a/admin/index.html @@ -351,16 +351,6 @@
-
-
- -

Like what you see? Check out our premium version for more.

- Download Free Version - Upgrade To Pro - -
-
-

Overview dashboard

@@ -589,4 +579,4 @@ - \ No newline at end of file + diff --git a/src/a3b/admin/js/dashboard.js b/src/a3b/admin/js/dashboard.js index c4a2a8f..30aeea3 100644 --- a/src/a3b/admin/js/dashboard.js +++ b/src/a3b/admin/js/dashboard.js @@ -1,7 +1,4 @@ (function($) { - document.querySelector('#bannerClose').addEventListener('click',function() { - document.querySelector('#proBanner').classList.add('d-none'); - }); 'use strict'; $(function() { if ($(".dashboard-progress-1").length) { @@ -2120,4 +2117,4 @@ } }); -})(jQuery); \ No newline at end of file +})(jQuery);