We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c2701 commit 9d17acbCopy full SHA for 9d17acb
Griddly/Scripts/griddly.js
@@ -331,7 +331,7 @@
331
if (this.options.rowClickModal)
332
{
333
$(this.options.rowClickModal).removeData("bs.modal").modal({ show: false });
334
- $(".modal-content", this.options.rowClickModal).load(url, $.proxy(function (event)
+ $(".modal-content", this.options.rowClickModal).load($.trim(url), $.proxy(function (event)
335
336
$(this.options.rowClickModal).modal("show");
337
}, this));
@@ -1181,6 +1181,7 @@
1181
1182
$.ajax(this.options.url,
1183
1184
+ type: "post",
1185
data: postData,
1186
traditional: true,
1187
cache: false
0 commit comments