Changeset 723:2be9bce19715 for admin/js
- Timestamp:
- 09/16/11 16:46:18 (14 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/jsToolBar/jsToolBar.dotclear.js
r169 r723 116 116 a.href = data.href; 117 117 if (data.hreflang) a.setAttribute('hreflang',data.hreflang); 118 if (data.title) a.setAttribute('title',data.title); 118 119 a.appendChild(n); 119 120 this.insertNode(a);
Note: See TracChangeset
for help on using the changeset viewer.