Function-wrap options.js

pull/749/head
lilia 11 years ago
parent 683c373943
commit 75e78caec8

@ -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…
Cancel
Save