diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2015-01-27 18:51:57 -0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2015-01-27 18:53:43 -0200 |
commit | ed6fc9307ae2c8652cb3a5f61ddb500126f5010d (patch) | |
tree | 7c9ad9b966266bb11fbed49bdc5b133b847c27ef /service/pixelated/assets/Interstitial.html | |
parent | a211149d2a1bdf21b970cdff1bd5a31a9ecdadaf (diff) |
Using jquery min in loading page and re-adding monkey-patches for sqlcypher and protobuf
Diffstat (limited to 'service/pixelated/assets/Interstitial.html')
-rw-r--r-- | service/pixelated/assets/Interstitial.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/assets/Interstitial.html b/service/pixelated/assets/Interstitial.html index 90e1e7d2..cc029a9f 100644 --- a/service/pixelated/assets/Interstitial.html +++ b/service/pixelated/assets/Interstitial.html @@ -5,7 +5,7 @@ <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <script src="assets/snap.svg-min.js"></script> - <script src="assets/jquery.js"></script> + <script src="assets/jquery-2.1.3.min.js"></script> </head> <body style="border: 0px; padding: 0px; margin: 0px;background-color: #808181"> |