
|
If you were logged in you would be able to see more operations.
|
|
|
|
The dojo configuration in head.ftl is currently
djConfig = {
baseRelativePath: "<@ww.url includeParams='none' value='/webwork/dojo/'/>",
isDebug: false,
bindEncoding: "utf-8",
debugAtAllCosts: true // not needed, but allows the Venkman debugger to work with the includes
};
The [bindEncoding: "utf-8"] section being added for il8n support. Look into whether this should be hooked into the ww il8n infrastructure to pull the correct encoding and insert it.
|
|
Description
|
The dojo configuration in head.ftl is currently
djConfig = {
baseRelativePath: "<@ww.url includeParams='none' value='/webwork/dojo/'/>",
isDebug: false,
bindEncoding: "utf-8",
debugAtAllCosts: true // not needed, but allows the Venkman debugger to work with the includes
};
The [bindEncoding: "utf-8"] section being added for il8n support. Look into whether this should be hooked into the ww il8n infrastructure to pull the correct encoding and insert it. |
Show » |
|