Skip to content

Commit

Permalink
Merge pull request #3 from addynz/1.6.1
Browse files Browse the repository at this point in the history
1.6.1
  • Loading branch information
stenly311 committed Nov 24, 2021
2 parents c26ee52 + 100a30b commit 2014e47
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 546 deletions.
540 changes: 0 additions & 540 deletions bak/addycomplete.js

This file was deleted.

2 changes: 0 additions & 2 deletions bak/addycomplete.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion css/addy.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* addy.css version 1.6.0. */
/* addy.css version 1.6.1. */
ul.nc_list {
list-style: none;
padding: 0;
Expand Down
4 changes: 2 additions & 2 deletions js/addy.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* Addy autocomplete v1.6.0
* Addy autocomplete v1.6.1
*
* Neat Complete v1.5.10 (c) 2019 AddressFinder https://addressfinder.nz https://addressfinder.com.au https://github.com/AbleTech/neat-complete/blob/develop/LICENSE.md
*
Expand Down Expand Up @@ -558,7 +558,7 @@ function callAddyInit() {
var s = document.createElement("link");
s.setAttribute("rel", "stylesheet"),
s.setAttribute("type", "text/css"),
s.setAttribute("href", "https://www.addysolutions.com/css/address-lookup/"+jsVersion+"/css/addy.min.css"),
s.setAttribute("href", "https://www.addysolutions.com/address-lookup/"+jsVersion+"/css/addy.min.css"),
document.getElementsByTagName("head")[0].appendChild(s);
}
}
Expand Down
2 changes: 1 addition & 1 deletion js/addy.min.js

Large diffs are not rendered by default.

0 comments on commit 2014e47

Please sign in to comment.