Skip to content

Commit

Permalink
Release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewekeller committed Aug 14, 2022
1 parent e05b72a commit c2d76a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion desktopContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
// See license file for more details

// version 1.9 08/11/2022
// version 1.9.1 08/13/2022

// hash change event management
var currentHashId = "";
Expand Down
2 changes: 1 addition & 1 deletion domUtil.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
// See license file for more details

// version 1.9 08/11/2022
// version 1.9.1 08/13/2022

function DomUtil(){
var me = this;
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Copyright 2021 to WebRocketX under the
GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
See license file for more details

Version 1.9 08/11/2022
Version 1.9.1 08/13/2022
2 changes: 1 addition & 1 deletion webRocketXStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
See license file for more details
*/

/* version 1.9 08/11/2022 */
/* version 1.9.1 08/13/2022 */

.BDT_Dialog_Layer {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion webapi.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// GNU LESSER GENERAL PUBLIC LICENSE Version 2.1
// See license file for more details

// version 1.9 08/11/2022
// version 1.9.1 08/13/2022

function AsyncRequest() {
this.successCallbackReference = null;
Expand Down

0 comments on commit c2d76a6

Please sign in to comment.