diff options
| author | Bobby <[email protected]> | 2022-03-15 22:52:19 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-03-15 22:52:19 -0400 |
| commit | f8f88bed1d764fd9b5d140688153ccb39227624d (patch) | |
| tree | 5b372b2806a277f14eea152caea63f0ccdd2d166 | |
| parent | 584f84a73e09b7631e63f2eaf7fb7ba626a58277 (diff) | |
| download | luciferreeves.github.io-f8f88bed1d764fd9b5d140688153ccb39227624d.tar.xz luciferreeves.github.io-f8f88bed1d764fd9b5d140688153ccb39227624d.zip | |
make jquery load first for repos
| -rw-r--r-- | public/views/repositories.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/repositories.html b/public/views/repositories.html index 9a2dbc9..d90d3cb 100644 --- a/public/views/repositories.html +++ b/public/views/repositories.html @@ -7,6 +7,7 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> + <script src="/static/assets/js/jquery.js"></script> <link href="/static/assets/css/bootstrap.css" rel="stylesheet"> <link href="/static/assets/css/bootstrap-responsive.css" rel="stylesheet"> <link href="/static/assets/css/docs.css" rel="stylesheet"> @@ -69,7 +70,6 @@ </div> </div> </div> - <script src="/static/assets/js/jquery.js"></script> <script src="/static/assets/js/pages/repositories.js"></script> <script src="/static/assets/js/bootstrap-386.js"></script> <script src="/static/assets/js/bootstrap-transition.js"></script> |
