show name for saved project on builder page - frontend

Issue #15 resolved
Dan Bean created an issue

When loading a saved or public project, show the project name even though it can't be edited

Comments (4)

  1. Dan Bean reporter

    This is now in app_common.js as getProjectName and getPublishedName, both of which use callbacks to handle the async. ajax i.e. getProjectName(58,function(resp){console.log(resp)})

    Not pushed to dev as there are security issues with manager.php?action=describe

  2. Log in to comment