Skip to content

Commit 19e81fc

Browse files
author
Daniel Herzog
committed
Fixed network profiling mode
1 parent a3ff3ad commit 19e81fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/network/network_view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ cls.NetworkLogView = function(id, name, container_class, html, default_handler,
495495
window.app.profiles.HTTP_PROFILER : window.app.profiles.DEFAULT;
496496
var current_profile = settings.general.get("profile-mode");
497497
if (current_profile !== set_profile)
498-
window.network_loggers.scope.enable_profile(set_profile);
498+
window.services.scope.enable_profile(set_profile);
499499
}
500500
this.needs_instant_update = true;
501501
this.update();

0 commit comments

Comments
 (0)