Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejavascript
titleupdatepui.js
// Load Profound.js
var profoundjs = require("profoundjs");


// Apply configuration
var config = require("./config.js");
profoundjs.applyConfig(config);


// Try updating Profound UI
profoundjs.updatepui();