mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
removing smarty - part V
- added ObjectPage and ObjectsPage - moved loot-related functions from Util to own class - moved template-related functions from Util to GenericPage - removed redundancies from user class - enabled cache (may need some tweaking but it finally works as it should) - some bugfixes
This commit is contained in:
@@ -18386,16 +18386,16 @@ var Links = new function() {
|
||||
fields:
|
||||
[
|
||||
{
|
||||
id: 'wowheadurl',
|
||||
type: 'text',
|
||||
id: 'wowheadurl',
|
||||
type: 'text',
|
||||
label: 'Aowow URL',
|
||||
size: 40
|
||||
size: 40
|
||||
},
|
||||
{
|
||||
id: 'markuptag',
|
||||
type: 'text',
|
||||
id: 'markuptag',
|
||||
type: 'text',
|
||||
label: 'Markup Tag',
|
||||
size: 40
|
||||
size: 40
|
||||
}
|
||||
],
|
||||
|
||||
@@ -18405,7 +18405,7 @@ var Links = new function() {
|
||||
|
||||
onShow: function(form) {
|
||||
setTimeout(function() {
|
||||
document.getElementsByName('ingamelink')[0].select();
|
||||
$(form.ingamelink).select();
|
||||
}, 50);
|
||||
setTimeout(Lightbox.reveal, 100);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user