Fix error with demo HPs
This commit is contained in:
parent
8d16d7abaf
commit
2920df6379
@ -11,9 +11,9 @@ var defaultStrategy = (function () {
|
|||||||
addProtocol(HP.defaultProtocol);
|
addProtocol(HP.defaultProtocol);
|
||||||
|
|
||||||
//addProtocol(HP.testProtocol);
|
//addProtocol(HP.testProtocol);
|
||||||
HP.demoProtocols.forEach(protocol => {
|
/* HP.demoProtocols.forEach(protocol => {
|
||||||
addProtocol(protocol);
|
addProtocol(protocol);
|
||||||
});
|
});*/
|
||||||
}
|
}
|
||||||
|
|
||||||
function getDatabaseIdByProtocolId(protocolId) {
|
function getDatabaseIdByProtocolId(protocolId) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user