Commit e30744c9 authored by Claudio Valerio's avatar Claudio Valerio

new barre du prof widget

parent ff57397b
......@@ -46,6 +46,13 @@ $(document).ready(function()
window.uniboard.setPreference("text", ed.getContent());
}
});
ed.onExecCommand.add(function(ed, e)
{
if (window.uniboard)
{
window.uniboard.setPreference("text", ed.getContent());
}
});
},
// Replace values for the template plugin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment