Skip to content

Commit fd8df4b

Browse files
committed
Merge pull request #11 from solidusjs/preserve-inspector-state
update how collapse states are stored in localstorage
2 parents 3b094df + b312a8e commit fd8df4b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
"dependencies": {
2929
"ember": "~1.5.1",
3030
"bootstrap": "~3.2.0",
31-
"Inspector-JSON": "SparkartGroupInc/Inspector-JSON#~0.1.0"
31+
"Inspector-JSON": "SparkartGroupInc/Inspector-JSON#e6bec9fe4cc7551cd46f44bafed6891620a5e47d"
3232
}
3333
}

views/devpanel.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function processMainIncomingMessage(msg) {
2020
} else {
2121
inspector = new InspectorJSON({
2222
element: 'pagecontext',
23+
url: msg.url.path,
2324
json: msg
2425
});
2526
}

0 commit comments

Comments
 (0)