From 98d5ae91f5a716d415fa3dd639e9819ae7003202 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 8 Sep 2016 09:52:22 +0200 Subject: patch foundation-6.2.3 to work with jquery-3.1 --- Zotlabs/Render/Comanche.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Render/Comanche.php b/Zotlabs/Render/Comanche.php index 91f0ce33a..fdb72c9fb 100644 --- a/Zotlabs/Render/Comanche.php +++ b/Zotlabs/Render/Comanche.php @@ -286,7 +286,7 @@ class Comanche { $path = 'library/bootstrap/js/bootstrap.min.js'; break; case 'foundation': - $path = 'library/foundation/js/foundation.min.js'; + $path = 'library/foundation/js/foundation.js'; $init = "\r\n" . ''; break; } @@ -458,4 +458,4 @@ class Comanche { return; } -} \ No newline at end of file +} -- cgit v1.2.3