change to fix WEB-164, some other UI updates

This commit is contained in:
Jason White
2014-09-24 21:07:30 -04:00
parent 302aff54a3
commit f6ac85168b
4 changed files with 9 additions and 8 deletions

View File

@ -102,8 +102,6 @@ goat.utils = {
function() {
var _url = $(el).attr('link');
$.get(_url, {success:showResponse});
//return $.get(_url, {}, null, "html");
//angular.element($('#leftside-navigation')).scope().renderLesson(curMenuItem,url);
}
)
}