nextcloud/apps/files/js
Lukas Reschke e4840b5250 Don't double encode string
We already use `.text()` here which automatically properly encodes the string. Thus the string will be double-encoded and look ugly. (i.e. when you search for ">" you will see "No results found for >")

Fixes itself.
2015-01-10 01:19:37 +01:00
..
admin.js drop allowZIPdownload and maxZIPSize as options 2014-06-02 16:29:03 +02:00
app.js Added favorites feature to the files app 2014-12-15 12:10:54 +01:00
breadcrumb.js fix alt text for breadcrumbs home icon 2014-12-17 11:26:42 +01:00
favoritesfilelist.js Added favorites feature to the files app 2014-12-15 12:10:54 +01:00
favoritesplugin.js Added favorites feature to the files app 2014-12-15 12:10:54 +01:00
file-upload.js Merge pull request #12941 from owncloud/wave-accessibility-compliance 2014-12-19 00:30:56 +01:00
fileactions.js use method to only visually hide elements, show only for screen reader 2014-12-17 14:12:13 +01:00
filelist.js Don't double encode string 2015-01-10 01:19:37 +01:00
files.js Propertly restore thumbnail on cancel/rename/move 2014-12-17 13:12:57 +01:00
filesummary.js Merge pull request #12687 from owncloud/auto-escape-t-placeholders 2015-01-07 12:57:33 +01:00
jquery-visibility.js fixing undefined originalEvent 2013-02-14 12:19:50 +01:00
jquery.fileupload.js architecture too complex 2013-08-21 14:58:28 +02:00
jquery.iframe-transport.js architecture too complex 2013-08-21 14:58:28 +02:00
keyboardshortcuts.js Fixed many issues, clean up 2014-05-15 17:51:04 +02:00
navigation.js Improved Javascript docs for JSDoc 2014-10-31 13:43:30 +01:00
search.js use class for no results div instead of id. the elements are not unique. 2015-01-06 14:34:35 +01:00
tagsplugin.js Fixed small code style issues 2014-12-15 17:20:41 +01:00
upload.js Improved Javascript docs for JSDoc 2014-10-31 13:43:30 +01:00