Posts by thepanuto • 141 points
3 posts
-
3
votes1
answer1209
viewsA: Redirect to another page
The ideal would be not redirect them, but make a request via ajax to this page and from there update the status. To intercept when the browser is closing and make an AJAX request, one can use the…
-
0
votes2
answers662
viewsA: How to load external scripts
The way Meteor loads files is a headache. However, there are some directories with special meanings: client/compatibility -- Todos as bibliotecas que esperam ser globais, são carregadas primeiro One…
-
1
votes1
answer1109
viewsA: String for HTML
Use with 3 keys: {{{siteCad}}} Link: https://github.com/meteor/meteor/blob/devel/packages/spacebars/README.md 3 Brackets render an html string without escaping. Remembering this can make room for an…