vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <Ui> |
2 | <Frame> |
||
3 | <Scripts> |
||
4 | <OnLoad> |
||
5 | this:RegisterEvent("ADDON_LOADED"); |
||
6 | </OnLoad> |
||
7 | <OnEvent> |
||
8 | if ((event == "ADDON_LOADED") and (arg1 == "WoWonid")) then |
||
9 | this:UnregisterEvent("ADDON_LOADED"); |
||
10 | wowon_OnLoad(); |
||
11 | end |
||
12 | </OnEvent> |
||
13 | </Scripts> |
||
14 | </Frame> |
||
15 | </Ui> |