Skip to content

Commit

Permalink
Merge pull request #38 from dagalufh/micke-work
Browse files Browse the repository at this point in the history
Update to version 1.1
  • Loading branch information
dagalufh committed Oct 25, 2015
2 parents 7ff37e8 + 86e2d75 commit 97c323e
Show file tree
Hide file tree
Showing 8 changed files with 601 additions and 517 deletions.
2 changes: 1 addition & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
PREFIX = '/utils/webtools'
NAME = 'WebTools'
ICON = 'WebTools.png'
VERSION = '1.0'
VERSION = '1.1'

#********** Imports needed *********
import os, io, time
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
V1.1:
Fix for languagecodes. Not using flags anymore.

V1.0:
Release of the brand new interface!
It holds a ton of new and refined looks and some under the hood improvements. Completly rewritten.
Expand Down
Binary file removed http/flags/blank.png
Binary file not shown.
259 changes: 0 additions & 259 deletions http/flags/flags.css

This file was deleted.

Binary file removed http/flags/flags.png
Binary file not shown.
1 change: 0 additions & 1 deletion http/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<link href="flags/flags.css" rel="stylesheet">
<link id="ModuleCSS" href="" rel="stylesheet">
<script type="text/javascript" src="jscript/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="jscript/bootstrap.min.js"></script>
Expand Down
Loading

0 comments on commit 97c323e

Please sign in to comment.