Year of the Dragon: Through April 23rd, claim the adventure pack Slice of Life for free! Speak to Xatheral in the Hall of Heroes.

Game mechanicsNewbie guideIn developmentDDO StoreSocial Media


ChallengesClassesCollectablesCraftingEnhancementsEpic DestiniesFavorFeats

GlossaryItemsMapsMonstersPlacesQuestsRacesReincarnationSkillsSpells


Please create an account or log in to build a reputation and unlock more editing privileges, and then visit DDO wiki's IRC Chat/Discord if you need any help!

User talk:Joenuts/Watchlist.js

From DDO wiki
Jump to navigation Jump to search

Check out User:Joenuts/Watchlist.js, you can import it with importScript( 'User:Joenuts/Watchlist.js' ); a la User:Joenuts/common.js


It currently doesnt compensate if the time data cell has extra information it it, I think you can cover peeling out that information. If you still cant get it, buzz me and I'll take another look.

-Joe → Joenuts (ContributionsMessage) 21:31, March 13, 2013 (EDT)

I'm not seeing the bolding...
ShoeMaker (Contributions  Message) 11:45, March 14, 2013 (EDT)

Some browsers show the bolding better than others because of the font. I thought something wasnt working at first because the change in appearance was very slight. If you change font size in your browser by zooming, it may make it easier to notice that the font IS in fact getting bolded. Long term it might be better to update the code to increase the size or change to italic or do something other than bold the number. I can assure you my watchlist has timestamps bolded. I'm currently viewing with Google Chrome 18.0.1025.151 on a linux installation.

-Joe → Joenuts (ContributionsMessage) 14:39, March 14, 2013 (EDT)

I'm viewing with Mozilla Firefox 19.0.2 on a Vista installation atm, and it is not bold no matter how much I zoom. I've changed:
$(this).css("font-weight", "bold" );

to:

$(this).css({"font-weight":"bold", "font-size":"14pt"});

Still not seeing it...

ShoeMaker (Contributions  Message) 09:25, March 19, 2013 (EDT)

I'm assuming the isssue is now resolved. ( problem was related to inclusion of javascript code, not the code itself. ) If I am incorrect and you need me to look at code again, let me know.

-Joe → Joenuts (ContributionsMessage) 12:48, March 19, 2013 (EDT) I learned something new today that you may find interesting... http://www.mediawiki.org/wiki/ResourceLoader/Migration_guide_%28users%29#ImportScript

ShoeMaker (Contributions  Message) 09:47, March 29, 2013 (EDT)