alamin655 commited on
Commit
49eaa78
2 Parent(s): 6efc528 e03881d

Merge branch 'rolling' into add-gitpod-config

Browse files
Cargo.toml CHANGED
@@ -27,6 +27,7 @@ error-stack = {version="0.3.1"}
27
 
28
  [dev-dependencies]
29
  rusty-hook = "^0.11.2"
 
30
 
31
  [profile.dev]
32
  opt-level = 0
 
27
 
28
  [dev-dependencies]
29
  rusty-hook = "^0.11.2"
30
+ criterion = "0.5.1"
31
 
32
  [profile.dev]
33
  opt-level = 0
public/static/cookies.js CHANGED
@@ -1,4 +1,4 @@
1
- // This function is executed when any page on the website finsihes loading and
2
  // this function retrieves the cookies if it is present on the user's machine.
3
  // If it is available then the saved cookies is display in the cookies tab
4
  // otherwise an appropriate message is displayed if it is not available.
 
1
+ // This function is executed when any page on the website finishes loading and
2
  // this function retrieves the cookies if it is present on the user's machine.
3
  // If it is available then the saved cookies is display in the cookies tab
4
  // otherwise an appropriate message is displayed if it is not available.
public/templates/engines_tab.html CHANGED
@@ -18,7 +18,7 @@
18
  <input type="checkbox" class="engine" />
19
  <span class="slider round"></span>
20
  </label>
21
- Duckduckgo
22
  </div>
23
  <div class="toggle_btn">
24
  <label class="switch">
 
18
  <input type="checkbox" class="engine" />
19
  <span class="slider round"></span>
20
  </label>
21
+ DuckDuckGo
22
  </div>
23
  <div class="toggle_btn">
24
  <label class="switch">
public/templates/footer.html CHANGED
@@ -5,8 +5,8 @@
5
  </div>
6
  <div>
7
  <ul>
8
- <li><a href="#">Source Code</a></li>
9
- <li><a href="#">Issues/Bugs</a></li>
10
  </ul>
11
  </div>
12
  </footer>
 
5
  </div>
6
  <div>
7
  <ul>
8
+ <li><a href="https://github.com/neon-mmd/websurfx">Source Code</a></li>
9
+ <li><a href="https://github.com/neon-mmd/websurfx/issues">Issues/Bugs</a></li>
10
  </ul>
11
  </div>
12
  </footer>