Created
July 24, 2015 13:19
-
-
Save acmisiti/76a1d185a5877a022795 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var options = { | |
| 'success' : function(data) { | |
| if(data.success) { | |
| window.location.reload() | |
| } | |
| }, | |
| 'error': function(){ | |
| } | |
| } | |
| TCB.router.make_request('/api/toggle-complete/', JSON , null, null, options ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment