Merge branch 'saas-dev' into saas-showbuilder
This commit is contained in:
commit
700c3c4005
11 changed files with 335 additions and 53 deletions
|
@ -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 === "") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue