aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorredmatrix <mike@macgirvin.com>2016-09-08 13:26:19 -0700
committerredmatrix <mike@macgirvin.com>2016-09-08 13:26:19 -0700
commitd63cfb41f1a90d1f32cde4bd84cd19d8b1f64049 (patch)
treeda3e57bcc8d87fe2dac4c25f8debf232b5b9d64b /Zotlabs
parent9cfd0dd9d875f3951c10a6a260715c2bc835fbc6 (diff)
parent1e8fec93855755aa2a9103b6dab4d0751875b0d5 (diff)
downloadvolse-hubzilla-d63cfb41f1a90d1f32cde4bd84cd19d8b1f64049.tar.gz
volse-hubzilla-d63cfb41f1a90d1f32cde4bd84cd19d8b1f64049.tar.bz2
volse-hubzilla-d63cfb41f1a90d1f32cde4bd84cd19d8b1f64049.zip
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Render/Comanche.php4
1 files changed, 2 insertions, 2 deletions
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" . '<script>$(document).ready(function() { $(document).foundation(); });</script>';
break;
}
@@ -458,4 +458,4 @@ class Comanche {
return;
}
-} \ No newline at end of file
+}