Changeset 1365:c65cbfa9ebf8 for plugins/pings
- Timestamp:
- 08/14/13 16:19:10 (12 years ago)
- Branch:
- default
- Children:
- 1376:9af90384e900, 1446:0939663a1b1a, 1876:8da345a51989
- Location:
- plugins/pings
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/pings/lib.pings.php
r1179 r1365 59 59 } 60 60 61 echo '<h 3 class="ping-services">'.__('Pings:').'</h3>';61 echo '<h5 class="ping-services">'.__('Pings:').'</h5>'; 62 62 $i = 0; 63 63 foreach ($pings_uris as $k => $v) -
plugins/pings/post.js
r0 r1365 12 12 $('p.ping-services:last').after(p.append(a)); 13 13 } 14 $('h 3.ping-services').toggleWithLegend($('p.ping-services'),{14 $('h5.ping-services').toggleWithLegend($('p.ping-services'),{ 15 15 cookie: 'dcx_ping_services' 16 16 });
Note: See TracChangeset
for help on using the changeset viewer.