diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:42:50 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-15 14:42:50 -0300 |
commit | 971b54fe719ed70704fb3bcac4ef1d5f093cb454 (patch) | |
tree | 26e090c444b1e34881bc088a9cd6f3223e26047a /mod/graphstats/views/default/js/raphael | |
parent | 711dab09b5146e74dbeda56679c65e3b6bec71f3 (diff) | |
parent | 36102a094de700ee339f6eaeffb8ab16ba4f2f3b (diff) | |
download | elgg-971b54fe719ed70704fb3bcac4ef1d5f093cb454.tar.gz elgg-971b54fe719ed70704fb3bcac4ef1d5f093cb454.tar.bz2 |
Merge commit '36102a094de700ee339f6eaeffb8ab16ba4f2f3b' as 'mod/graphstats'
Diffstat (limited to 'mod/graphstats/views/default/js/raphael')
-rw-r--r-- | mod/graphstats/views/default/js/raphael/analytics.php | 5 | ||||
-rw-r--r-- | mod/graphstats/views/default/js/raphael/raphael.php | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/mod/graphstats/views/default/js/raphael/analytics.php b/mod/graphstats/views/default/js/raphael/analytics.php new file mode 100644 index 000000000..e8703b100 --- /dev/null +++ b/mod/graphstats/views/default/js/raphael/analytics.php @@ -0,0 +1,5 @@ +<?php + +include(elgg_get_plugins_path() . 'graphstats/vendors/raphaeljs/popup.js'); +include(elgg_get_plugins_path() . 'graphstats/vendors/raphaeljs/analytics.js'); + diff --git a/mod/graphstats/views/default/js/raphael/raphael.php b/mod/graphstats/views/default/js/raphael/raphael.php new file mode 100644 index 000000000..4ce441133 --- /dev/null +++ b/mod/graphstats/views/default/js/raphael/raphael.php @@ -0,0 +1,3 @@ +<?php + +include(elgg_get_plugins_path() . 'graphstats/vendors/raphaeljs/raphael.js'); |