diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-10-01 16:51:44 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-10-01 16:51:44 +0200 |
| commit | 116c0fb85dcc35986316b16aa1835467ff7cf609 (patch) | |
| tree | 55848ad24cd41e5f20087b909495fa88720d4c72 /ishtar_common/templates/ishtar | |
| parent | 91550f0b184de28772cceac5f324df086c5858d9 (diff) | |
| download | Ishtar-116c0fb85dcc35986316b16aa1835467ff7cf609.tar.bz2 Ishtar-116c0fb85dcc35986316b16aa1835467ff7cf609.zip | |
UI: load jqgrid lib on main page
Diffstat (limited to 'ishtar_common/templates/ishtar')
| -rw-r--r-- | ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html index dce0a2c2e..27e1d3f82 100644 --- a/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html +++ b/ishtar_common/templates/ishtar/blocks/window_tables/dynamic_documents.html @@ -18,7 +18,7 @@ setTimeout( function(){ - jQuery("#grid_{{name}}").jqGrid({ + $("#grid_{{name}}").jqGrid({ url:'{{source}}', datatype: "json", mtype: 'GET', |
