-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move .js files to /js and /lib folders (#47)
Signed-off-by: Tomáš Taro <tomas@getadblock.com>
- Loading branch information
1 parent
8f42694
commit 7a6d29d
Showing
31 changed files
with
77 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<script type="text/javascript" src="punycode.min.js"></script> | ||
<script type="text/javascript" src="jquery/jquery.min.js"></script> | ||
<script type="text/javascript" src="port.js"></script> | ||
<script type="text/javascript" src="functions.js"></script> | ||
<script type="text/javascript" src="lib/punycode.min.js"></script> | ||
<script type="text/javascript" src="lib/jquery.min.js"></script> | ||
<script type="text/javascript" src="js/port.js"></script> | ||
<script type="text/javascript" src="js/functions.js"></script> | ||
<script type="text/javascript" src="filtering/domainset.js"></script> | ||
<script type="text/javascript" src="filtering/filteroptions.js"></script> | ||
<script type="text/javascript" src="filtering/filtertypes.js"></script> | ||
<script type="text/javascript" src="filtering/filterset.js"></script> | ||
<script type="text/javascript" src="filtering/myfilters.js"></script> | ||
<script type="text/javascript" src="filtering/filternormalizer.js"></script> | ||
<script type="text/javascript" src="idlehandler.js"></script> | ||
<script type="text/javascript" src="js/idlehandler.js"></script> | ||
<script type="text/javascript" src="catblock/channels.js"></script> | ||
<script type="text/javascript" src="edge-updates.js"></script> | ||
<script type="text/javascript" src="background.js"></script> | ||
<script type="text/javascript" src="js/edge-updates.js"></script> | ||
<script type="text/javascript" src="js/background.js"></script> | ||
</head> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.