You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,6 +134,7 @@ There are a number of options the plugin accepts. These can be set by passing an
134
134
The full list of options are:
135
135
136
136
- "overwriteCache" (default false) - Whether to ignore the cache and reload the template (if you've previously loaded the template, but it might have changed, you'll want to set this to true.
137
+
- "async" (default true) - Whether to load templates asynchronously (if templates require an Ajax call)
137
138
- "complete" (default null) - Callback function to call on complete. Will always be called regardless of success or failure.
138
139
- "success" (default null) - Callback function to call on successful completion.
139
140
- "error" (default, outputting error message to template container) - Callback function to call on error.
0 commit comments