Commit c8ea5222 authored by Ivan Tyagov's avatar Ivan Tyagov

Improve jslint compliance.

parent 32626a94
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<dictionary> <dictionary>
<item> <item>
<key> <string>_EtagSupport__etag</string> </key> <key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts37256095.54</string> </value> <value> <string>ts37261735.49</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
Note: This is an ERP5 form implementation for the moment.\n Note: This is an ERP5 form implementation for the moment.\n
*/\n */\n
\n \n
var ERP5Form = function () {\n var ERP5Form = ( function () {\n
\n \n
var CURRENT_FORM_ID = "";\n var CURRENT_FORM_ID = "";\n
\n \n
...@@ -182,7 +182,8 @@ var ERP5Form = function () {\n ...@@ -182,7 +182,8 @@ var ERP5Form = function () {\n
\n \n
ListBox: function (field_id, field_dict) {\n ListBox: function (field_id, field_dict) {\n
/* Listbox field */\n /* Listbox field */\n
var listbox_id, navigation_id, listbox_table, current_form_id, listbox_dict, listbox_data_url, colModel, column_title_list;\n var listbox_id, navigation_id, listbox_table, current_form_id, listbox_dict,\n
listbox_data_url, colModel, column_title_list;\n
listbox_id = "field_" + field_id;\n listbox_id = "field_" + field_id;\n
navigation_id = listbox_id + "_pager";\n navigation_id = listbox_id + "_pager";\n
listbox_table = $("#"+listbox_id);\n listbox_table = $("#"+listbox_id);\n
...@@ -311,12 +312,12 @@ var ERP5Form = function () {\n ...@@ -311,12 +312,12 @@ var ERP5Form = function () {\n
// show a fading portal_status_message\n // show a fading portal_status_message\n
$("#portal_status_message").toggle();\n $("#portal_status_message").toggle();\n
$("#portal_status_message p").html("Saved");\n $("#portal_status_message p").html("Saved");\n
window.setTimeout( \'$("#portal_status_message").toggle()\', 4000);\n window.setTimeout(\'$("#portal_status_message").toggle();\', 4000);\n
}\n }\n
}});\n }});\n
}\n }\n
\n \n
}} ();\n }} ());\n
]]></string> </value> ]]></string> </value>
...@@ -327,7 +328,7 @@ var ERP5Form = function () {\n ...@@ -327,7 +328,7 @@ var ERP5Form = function () {\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <int>14114</int> </value> <value> <int>14143</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
6 7
\ No newline at end of file \ No newline at end of file
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