Changeset 125259 in spip-zone
- Timestamp:
- Jun 20, 2020, 12:54:00 PM (7 months ago)
- Location:
- _plugins_/soundmanager
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/soundmanager
- Property subgit:lock:628ff3910e5543341f01d9d65c546ba5a8b8594b deleted
-
Property
subgit:lock:52481625b549660bd06a822d06325390cf9617fd
set to
2020-06-20T14:54:43.369
-
_plugins_/soundmanager/player360.js.html
r125114 r125259 35 35 36 36 $(document).ready(function(){ 37 // classe audio sur les liens avec time code.37 // classe audio et id timecode sur les liens vers #t123456789 38 38 $("a").each(function(){ 39 39 var timecode = $(this)[0].href.match(/t(\d+)/) ; 40 40 if(typeof timecode !== "undefined" && timecode){ 41 41 $(this).addClass("audio"); 42 $(this).attr('id', timecode[0]); 42 43 } 43 44 });
Note: See TracChangeset
for help on using the changeset viewer.