mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
Cleans js templates.
This commit is contained in:
parent
01d152ede5
commit
aa92ab9e83
17 changed files with 67 additions and 97 deletions
|
@ -13,13 +13,13 @@ modulejs.define('ext/download', ['_', '$', 'core/settings', 'core/resource', 'co
|
|||
|
||||
downloadBtnTemplate = '<li id="download">' +
|
||||
'<a href="#">' +
|
||||
'<img src="' + resource.image('download') + '" alt="download" />' +
|
||||
'<img src="' + resource.image('download') + '" alt="download"/>' +
|
||||
'<span class="l10n-download">download</span>' +
|
||||
'</a>' +
|
||||
'</li>',
|
||||
authTemplate = '<div id="download-auth">' +
|
||||
'<input id="download-auth-user" type="text" value="" placeholder="user" />' +
|
||||
'<input id="download-auth-password" type="text" value="" placeholder="password" />' +
|
||||
'<input id="download-auth-user" type="text" value="" placeholder="user"/>' +
|
||||
'<input id="download-auth-password" type="text" value="" placeholder="password"/>' +
|
||||
'</div>',
|
||||
|
||||
selectedHrefsStr = '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue