Function-wrap options.js

This commit is contained in:
lilia 2014-10-10 16:58:34 -07:00
parent 683c373943
commit 75e78caec8
1 changed files with 179 additions and 177 deletions

View File

@ -14,6 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
;(function() {
function updateNumberColors() {
try {
if($('#number').val() != "" && $('#regionCode').val() != "")
@ -193,3 +194,4 @@ textsecure.registerOnLoadFunction(function() {
}
});
});
})();