simplified editor's options management

This commit is contained in:
ilvalle
2013-10-23 14:33:15 +02:00
parent ff7cb99bfe
commit 290cb2f1a7
3 changed files with 19 additions and 35 deletions
@@ -749,6 +749,7 @@ def edit():
return response.json({'file_hash': file_hash, 'saved_on': saved_on, 'functions': functions, 'controller': controller, 'application': request.args[0], 'highlight': highlight})
else:
file_details = dict(app=request.args[0],
editor_settings=preferences,
filename=filename,
filetype=filetype,
data=data,