Skip to content
Snippets Groups Projects
Commit 614b5409 authored by Renaud Le Gac's avatar Renaud Le Gac
Browse files

Fix a typo in appbase.js and add the HEAD identifyer in changelog and

clean print statement.
parent 48a2c7e9
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,6 @@ def report_2():
"""
print request.post_vars
s = ""
for k in request.post_vars:
s += "<br>%s: %s" % (k, request.post_vars[k])
......
--------------------------------- CHANGE LOG ----------------------------------
HEAD
- script to build the and tag a new version of plugin_dbui
4.3.0 (Dec 11)
- Major change which is not backward compatible
- Add mechanism to transport database validators on the client side.
......
......@@ -22,7 +22,7 @@ Ext.namespace('App');
/**
* @param {String} App.version version of the library
*/
App.version = '0.4.3'
App.version = '0.4.3';
/**
* Helper function mimicking the encode_field function running on the server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment