Skip to content

Commit

Permalink
Put the placeholder <ul> in the PHP!
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle committed Aug 27, 2014
1 parent a0fc2ed commit f529062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions includes/widgets.php
Expand Up @@ -37,6 +37,7 @@ public function widget( $args, $instance ) {
echo $args['before_title'] . $title . $args['after_title'];

// ajax request will populate the jammers
echo '<ul id="p2-jams"></ul>';

echo $args['after_widget'];
}
Expand Down

0 comments on commit f529062

Please sign in to comment.