We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b094df commit b312a8eCopy full SHA for b312a8e
2 files changed
bower.json
@@ -28,6 +28,6 @@
28
"dependencies": {
29
"ember": "~1.5.1",
30
"bootstrap": "~3.2.0",
31
- "Inspector-JSON": "SparkartGroupInc/Inspector-JSON#~0.1.0"
+ "Inspector-JSON": "SparkartGroupInc/Inspector-JSON#e6bec9fe4cc7551cd46f44bafed6891620a5e47d"
32
}
33
views/devpanel.js
@@ -20,6 +20,7 @@ function processMainIncomingMessage(msg) {
20
} else {
21
inspector = new InspectorJSON({
22
element: 'pagecontext',
23
+ url: msg.url.path,
24
json: msg
25
});
26
0 commit comments