Skip to content

Commit

Permalink
Extension: pdbox.ajax.js findSnippets function
Browse files Browse the repository at this point in the history
`findSnippets` function is not defined globally but is in `snippets` extension  (https://github.com/peckadesign/pd.ajax/blob/fc7bac799b54fb9961558ae50f6fc5f4d40a9522/pd.ajax.js)
  • Loading branch information
vitkutny authored Nov 30, 2016
1 parent 02e9b9e commit 94da8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/pdbox.ajax.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
history.replaceState($.extend(history.state || {}, {
title: document.title,
pdbox: pdbox,
ui: findSnippets()
ui: $.nette.ext('snippets').findSnippets()
}), document.title, location.href);
}
}
Expand Down

0 comments on commit 94da8ef

Please sign in to comment.