Changeset 1498 for cpc/trunk/project/web
- Timestamp:
- Sep 29, 2010, 3:09:06 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/web/js/jstitle.js
r1489 r1498 8 8 } 9 9 title = $(this).attr('jstitle'); 10 $('#jstitle').html(title.replace(/ \-\- / , '<br/>'));10 $('#jstitle').html(title.replace(/ \-\- /g, '<br/>')); 11 11 $('#jstitle').css('background-color', "white"); 12 12 $('#jstitle').css('top', e.pageY+10);
Note: See TracChangeset
for help on using the changeset viewer.