aboutsummaryrefslogtreecommitdiff
path: root/views/default/friends/tablelistcountupdate.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/friends/tablelistcountupdate.php')
-rw-r--r--views/default/friends/tablelistcountupdate.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/views/default/friends/tablelistcountupdate.php b/views/default/friends/tablelistcountupdate.php
deleted file mode 100644
index 8e2ab637d..000000000
--- a/views/default/friends/tablelistcountupdate.php
+++ /dev/null
@@ -1,17 +0,0 @@
-<?php
-/**
- * Elgg friends picker count updater
- * Updates the friends count on a collection
- *
- * @package Elgg
- * @subpackage Core
- *
- * @uses $vars['count'] The count
- * @uses $vars['friendspicker'] The friendspicker counter number
- */
-
-?>
-
-<script language="text/javascript">
- $("#friends_membership_count<?php echo $vars['friendspicker']; ?>").html("<?php echo $vars['count']; ?>");
-</script> \ No newline at end of file