Skip to content

Commit c1537c7

Browse files
committed
uprev
1 parent 34ee60a commit c1537c7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tutorcruncher-socket",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "TutorCruncher socket",
55
"author": "Samuel Colvin <[email protected]>",
66
"private": false,

public/simple/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
var api_root = null // 'https://socket-beta.tutorcruncher.com' 'http://localhost:8000'
3737
window.socket = socket(public_key, {
3838
api_root: api_root,
39-
// subject_filter: false,
40-
// location_input: false
4139
})
4240
</script>
4341
</html>

0 commit comments

Comments
 (0)