Function-wrap options.js
This commit is contained in:
parent
683c373943
commit
75e78caec8
1 changed files with 179 additions and 177 deletions
|
@ -14,6 +14,7 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
;(function() {
|
||||||
function updateNumberColors() {
|
function updateNumberColors() {
|
||||||
try {
|
try {
|
||||||
if($('#number').val() != "" && $('#regionCode').val() != "")
|
if($('#number').val() != "" && $('#regionCode').val() != "")
|
||||||
|
@ -193,3 +194,4 @@ textsecure.registerOnLoadFunction(function() {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
})();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue