Add previewMode settings to code2

This commit is contained in:
yflory
2017-08-30 18:47:50 +02:00
parent 0d008aaa2e
commit b8971cdc23
5 changed files with 81 additions and 48 deletions

View File

@@ -84,4 +84,8 @@ define({
// Send the new settings to the inner iframe when they are changed in the proxy
'EV_SETTINGS_UPDATE': true,
// Get and set pad attributes stored in the drive from the inner iframe
'Q_GET_PAD_ATTRIBUTE': true,
'Q_SET_PAD_ATTRIBUTE': true,
});