We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ee60a commit c1537c7Copy full SHA for c1537c7
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tutorcruncher-socket",
3
- "version": "1.2.0",
+ "version": "1.3.0",
4
"description": "TutorCruncher socket",
5
"author": "Samuel Colvin <[email protected]>",
6
"private": false,
public/simple/index.html
@@ -36,8 +36,6 @@
36
var api_root = null // 'https://socket-beta.tutorcruncher.com' 'http://localhost:8000'
37
window.socket = socket(public_key, {
38
api_root: api_root,
39
- // subject_filter: false,
40
- // location_input: false
41
})
42
</script>
43
</html>
0 commit comments