|
|
@ -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() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
})();
|
|
|
|