aboutsummaryrefslogtreecommitdiffstats
tag namev0.1.3 (765886b2cb2235d7798c0bea6e6c04bfb7eb7945)
tag date2015-02-15 12:15:18 -0500
tagged byTeddy Wing
tagged objectcommit ad5127d12d...
downloadchrome-copy-urls-from-all-tabs-0.1.3.tar.bz2
Fix error when `textarea` is null
An error showed up on the Chrome extensions page when the textarea wasn't available. Check for the existence of a textarea before calling `.value` on it.