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
commit27a65df1caa13f434a0a825f35c815f20fb550a5 (patch)
tree55848ad24cd41e5f20087b909495fa88720d4c72 /ishtar_common/templates/ishtar
parent141139783f9b15990a87b4429a6d4b7007552a85 (diff)
downloadIshtar-27a65df1caa13f434a0a825f35c815f20fb550a5.tar.bz2
Ishtar-27a65df1caa13f434a0a825f35c815f20fb550a5.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',