summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar
diff options
context:
space:
mode:
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
commit116c0fb85dcc35986316b16aa1835467ff7cf609 (patch)
tree55848ad24cd41e5f20087b909495fa88720d4c72 /ishtar_common/templates/ishtar
parent91550f0b184de28772cceac5f324df086c5858d9 (diff)
downloadIshtar-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.html2
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',