Merge branch 'saas-dev' into saas-showbuilder

This commit is contained in:
Albert Santoni 2015-08-25 13:27:40 -04:00
commit 700c3c4005
11 changed files with 335 additions and 53 deletions

View file

@ -231,7 +231,7 @@ function showHint(h) {
function getUsabilityHint() {
var pathname = window.location.pathname;
$.getJSON("/api/get-usability-hint", {"format": "json", "userPath": pathname}, function(json) {
$.getJSON(baseUrl + "api/get-usability-hint", {"format": "json", "userPath": pathname}, function(json) {
var $hint_div = $('.usability_hint');
var current_hint = $hint_div.html();
if (json === "") {