commit d246f70fdd113837cb5754be978d8af6a4b07cf8
parent ddf35aaecd3c6eacd3913a5ad7cd1fc679d5b3be
Author: oscarbenedito <oscar@obenedito.org>
Date:   Sun, 24 Nov 2019 02:14:27 +0100

Crediting original code

Diffstat:
Massets/js/composer.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/assets/js/composer.js b/assets/js/composer.js @@ -13,6 +13,9 @@ GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see <https://www.gnu.org/licenses/>. + +This file is based on code from the writeFreely project. You can find the +source code at <https://github.com/writeas/writefreely> */ var $composer = document.getElementById('composer'); var $wordcount = document.getElementById('word-count');