nodebb/public/templates
Miguel Ángel Durán García 1afc4f39a8 Remove unneded type tags for scripts
In HTML5 we can omit the type tag for scripts because it's useless in
javascript.

http://www.w3.org/html/wg/drafts/html/master/scripting-1.html#the-script
-element

"When used to include dynamic scripts, the scripts may either be
embedded inline or may be imported from an external file using the src
attribute. If the language is not that described by "text/javascript",
then the type attribute must be present, as described below. Whatever
language is used, the contents of the script element must conform with
the requirements of that language's specification."
..
admin closes
emails added email verification on registration
install install script + patching up integration with install wizard
noscript more fixes
403.tpl new 403 page
404.tpl added 404 tpl, fix for 404 on topics, continuing refactor - categories
account.tpl posts on user account page scroll to the post now
accountedit.tpl privacy page
accountsettings.tpl privacy page
category.tpl closes
config.json full text search using reds, issue
confirm.tpl added email verification on registration
followers.tpl privacy page
following.tpl change some socket calls to use the callback, when user changes their email if they are using a gravatar picture it will be updated too, fixed email updating
footer.tpl admin routes and fixes
header.tpl Remove unneded type tags for scripts
home.tpl replaced the ascii > with the right chevron icon
login.tpl first pass at subfolder
logout.tpl logout functionality
outgoing.tpl closes . updated ajaxify to allow for get parameters to be passed in without issues.
recent.tpl added a new section that only shows unread topics, added mark all read button, closes
register.tpl fixed login register logout
reset.tpl first pass at subfolder
reset_code.tpl first pass at subfolder
search.tpl index topic titles too
topic.tpl scroll to posts
unread.tpl added a new section that only shows unread topics, added mark all read button, closes
users.tpl first pass at subfolder