Skip to content
This repository was archived by the owner on Mar 29, 2021. It is now read-only.

Commit 02e1ea5

Browse files
authored
Merge pull request #320 from IDotD/Idrinth-patch-1
fixes #317
2 parents 59c4f86 + a993e28 commit 02e1ea5

23 files changed

Lines changed: 6148 additions & 5189 deletions

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ rules:
9696
no-with: 2
9797
radix: 2
9898
vars-on-top: 0
99-
wrap-iife: 2
99+
wrap-iife: 1
100100
yoda: 0
101101

102102
# Strict

.jshintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
src/libs/*

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# IDotD
2-
A script for dawn of the dragons, that works based on data provided to https://dotd.idrinth.de via UgUp.
2+
A script for Dawn of the Dragons, that works based on data provided to https://dotd.idrinth.de via UgUp.
33

44
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e80204911a734a56a471ab9b9ac649db)](https://www.codacy.com/app/IDotD/IDotD?utm_source=github.com&utm_medium=referral&utm_content=IDotD/Userscript&utm_campaign=Badge_Grade)
55

@@ -18,6 +18,13 @@ Most information is avaible at [this project's wiki](https://idotd.github.io/) -
1818
We prefer the usage of the [tracker](https://github.com/IDotD/Userscript/issues) here, otherwise we do import requests from [GoogleDocs](https://docs.google.com/document/d/1ozOWQuAEKCNnt2cwQ4SZtkpYM_pvrl8Bnj0e_O1KKWs/edit) from time to time.
1919
[Previous GoogleDoc Tickets](https://github.com/IDotD/Userscript/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3A%22Source%20GoogleDocs%22%20)
2020

21+
Otherwise feel free to contact us via chat.
22+
2123
## How To Help
2224

23-
We can use helpers for the following: update and improve the wiki, help coding the userscript and testing any of the branches. For any of the later two have a look at the related documentation in the [wiki](https://idotd.github.io/).
25+
We can use helpers for the following:
26+
- update and improve the wiki
27+
- help coding the userscript
28+
- testing any of the branches.
29+
30+
For any of the later two have a look at the related documentation in the [wiki](https://idotd.github.io/).

0 commit comments

Comments
 (0)