User:Monster Domosed/common.js: Difference between revisions

No edit summary
No edit summary
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);
         }
         }