display a dialog when IITC fails to detect the munge set, making users aware of the problem. includes links to the IITC home page, g+ page and community
This commit is contained in:
@ -194,6 +194,14 @@ window.detectActiveMungeSet = function() {
|
||||
}
|
||||
|
||||
|
||||
window.haveDetectedMungeSet = function() {
|
||||
try {
|
||||
if (!activeMunge) detectActiveMungeSet();
|
||||
} catch(e) {
|
||||
}
|
||||
|
||||
return activeMunge != null;
|
||||
}
|
||||
|
||||
|
||||
window.mungeOneString = function(str) {
|
||||
|
Reference in New Issue
Block a user