Really skip extended keys

remotes/origin/use_db_slaves
Sandro Santilli 12 years ago
parent c3169745ee
commit 08c75843de

@ -55,7 +55,10 @@ client.on('connect', function() {
if ( /map_style\|.*\|.*\|/.test(k) ) {
//console.warn("Key " + k + " is EXTENDED, skipping");
// TODO: drop instead ?
// See https://github.com/Vizzuality/Windshaft-cartodb/issues/58
processNext();
return;
}
var params = RegExp(/map_style\|(.*)\|(.*)/).exec(k);

Loading…
Cancel
Save