This reverts commit 228180b1ef.
This commit is contained in:
committed by
GitHub
parent
228180b1ef
commit
adf879e8b2
@@ -40,7 +40,7 @@
|
||||
*/
|
||||
previewQuery: function(event) {
|
||||
event.preventDefault();
|
||||
$.ajax(`${this.previewUrl}?q=${this.getQuery()}`, {
|
||||
$.ajax(this.previewUrl + '?q=' + this.getQuery(), {
|
||||
method: 'GET',
|
||||
success: _.bind(this.renderCourses, this),
|
||||
error: _.bind(function() {
|
||||
|
||||
Reference in New Issue
Block a user