Overview
Comment:Fix wiki decryption
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | dev
Files: files | file ages | folders
SHA3-256: ebb7cd16559996403f94d403e2ca202a8d34777b9a8fb88f06f6bc8626ecd268
User & Date: bohwaz on 2021-05-06 14:02:14
Other Links: branch diff | manifest | tags
Context
2021-05-06
14:10
Merge trunk changes check-in: a8800bc992 user: bohwaz tags: dev
14:02
Fix wiki decryption check-in: ebb7cd1655 user: bohwaz tags: dev
2021-05-02
12:41
Don't allow rename of transactions and users files check-in: 36d8a33144 user: bohwaz tags: dev
Changes

Modified src/www/admin/static/scripts/wiki-encryption.js from [0a4baa4a5c] to [7a2e88e445].

181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
			return new Array(num + 1).join(this);
		};

		if (elm.checked)
		{
			if (!encryptPassword)
			{
				encryptPassword = window.prompt('Mot de passe à utiliser ?');
			}

			if (!encryptPassword)
			{
				elm.checked = false;
				encryptPassword = null;
				return;







|







181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
			return new Array(num + 1).join(this);
		};

		if (elm.checked)
		{
			if (!encryptPassword)
			{
				wikiDecrypt();
			}

			if (!encryptPassword)
			{
				elm.checked = false;
				encryptPassword = null;
				return;