mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-08 09:28:49 +00:00
jappixmini: make ready for distribution
This commit is contained in:
parent
302b2820d1
commit
aba626e00a
5 changed files with 33 additions and 54 deletions
|
@ -1,3 +1,9 @@
|
|||
//
|
||||
// Copyright 2012 "Leberwurscht" <leberwurscht@hoegners.de>
|
||||
//
|
||||
// This file is dual-licensed under the MIT license (see MIT.txt) and the AGPL license (see jappix/COPYING).
|
||||
//
|
||||
|
||||
function jappixmini_addon_xor(str1, str2) {
|
||||
if (str1.length != str2.length) throw "not same length";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue