From 82d63c39de1b7b60ae38d24d0f866cba325904b5 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Sun, 26 Mar 2017 23:07:43 +0200 Subject: [PATCH] Use eval directly (#14) * Use eval directly We've overwritten jQuery.globalEval() for security reasons in Nextcloud, to make this now compatible again I've changed this code to manually call eval. Ref https://github.com/nextcloud/server/issues/4067 Signed-off-by: Lukas Reschke * Increase version to 0.5.2 Signed-off-by: Lukas Reschke --- bower.json | 2 +- jquery.strengthify.js | 6 +++--- strengthify.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bower.json b/bower.json index bd3f9b0..a993c9a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "strengthify", - "version": "0.5.1", + "version": "0.5.2", "homepage": "https://github.com/MorrisJobke/strengthify", "authors": [ "Eve Ragins */