User:Monster Domosed/common.js: Difference between revisionsGive feedback
No edit summary |
Undo Tag: Undo |
||
| Line 122: | Line 122: | ||
var rotDiv = document.createElement('div'); | var rotDiv = document.createElement('div'); | ||
rotDiv.className = 'rm-rotate-icon'; | rotDiv.className = 'rm-rotate-icon'; | ||
rotDiv.appendChild(makeImg(iconRotUrl, 'Drag to rotate', '')); | |||
el.appendChild(rotDiv); | el.appendChild(rotDiv); | ||
} | } | ||