guanghao479 / mymd

2 stars 0 forks source link

Chrome displays ajax response when pressing back button #85

Closed guanghao479 closed 11 years ago

guanghao479 commented 12 years ago

During testing, found out a problem with Google Chrome that might affect our url design (Issue #75).

The problem is that when the non-ajax web page and ajax request using the same url, after navigating away from current page, pressing back button will give user the ajax response

@Xinghan

guanghao479 commented 12 years ago

To fix, by adding "ajax" keyword to AJAX request urls

guanghao479 commented 11 years ago

Fixed with introduce of django-tastypie