Skip to content

Commit

Permalink
UI3 Version 6, Login version 15. Updated jQuery to 1.12.4 (latest in …
Browse files Browse the repository at this point in the history
…the 1.x branch).
  • Loading branch information
bp2008 committed Apr 4, 2018
1 parent 721d979 commit 7ea4482
Show file tree
Hide file tree
Showing 10 changed files with 2,644 additions and 1,987 deletions.
10 changes: 5 additions & 5 deletions applet/loginScripts.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion login.htm
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Blue Iris Login</title>
<script type="text/javascript">
var login_version = "14";
var login_version = "15";
var bi_version = "%%VERSION%%";
var combined_version = login_version + "-" + bi_version;
</script>
Expand Down
2 changes: 1 addition & 1 deletion ui3.htm
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
};
</script>
<script type="text/javascript">
var ui_version = "5";
var ui_version = "6";
var bi_version = "%%VERSION%%";
var combined_version = ui_version + "-" + bi_version;
//if (!!navigator.userAgent.match(/ Android /))
Expand Down
2 changes: 1 addition & 1 deletion ui3/help/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ <h1>Template</h1>
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery.min.js"><\/script>')</script>
<script>window.jQuery || document.write('<script src="js/jquery-1.12.4.min.js"><\/script>')</script>
<!--<script src="js/popper.min.js"></script>-->
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.stickytabs.js"></script>
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion ui3/icons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 0 additions & 5 deletions ui3/libs-src/jquery-1.11.3.min.js

This file was deleted.

Loading

0 comments on commit 7ea4482

Please sign in to comment.