aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/fixmybarangay/around/tabbed_lists.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/fixmybarangay/around/tabbed_lists.html b/templates/web/fixmybarangay/around/tabbed_lists.html
index 6365b28e0..6a358475a 100644
--- a/templates/web/fixmybarangay/around/tabbed_lists.html
+++ b/templates/web/fixmybarangay/around/tabbed_lists.html
@@ -36,9 +36,9 @@ IF allow_creation %]
</li>
<li>
<div id="mm-message-list" style="min-height:1em;"></div>
- </div>
</li>
</ul>
+
<script type="text/javascript">
$(document).ready(function() {
@@ -69,7 +69,7 @@ $(document).ready(function() {
message_manager.get_available_messages({callback:mm_populate_list});
});
- // submit available-submit on page load if we have a username
+ $('#available-submit').click();
/*
$('#assign-fms-submit').click(function() {