User:Monster Domosed/common.js: Difference between revisionsGive feedback
No edit summary |
No edit summary |
||
| Line 135: | Line 135: | ||
}, 1500); | }, 1500); | ||
if (remClickCount >= 5) { | |||
remClickCount = 0; | |||
iconId = 'rem-helper'; | |||
setCachedIcon(iconId); | |||
applyIcon(iconId); | |||
var msg = buddyMessages[Math.floor(Math.random() * buddyMessages.length)]; | |||
mw.notify(msg, { | |||
type: 'success' | |||
}); | |||
selectIcon(iconId); | |||
} | } | ||
} else { | } else { | ||