Skip to content

Commit

Permalink
version 0.2.9
Browse files Browse the repository at this point in the history
add prevent caching mechanism
  • Loading branch information
LuttyYang committed Oct 7, 2015
1 parent 6ff3f2d commit 74c2313
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ THEME_NAME:=material
THEME_TITLE:=Material

PKG_NAME:=luci-theme-$(THEME_NAME)
PKG_VERSION:=0.2.7
PKG_VERSION:=0.2.9
PKG_RELEASE:=1

include $(INCLUDE_DIR)/package.mk
Expand Down
2 changes: 1 addition & 1 deletion files/templates/footer.htm
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
</div>

<script src="<%=media%>/js/jquery.min.js"></script>
<script src="<%=media%>/js/script.js"></script>
<script src="<%=media%>/js/script.js?0.2.9"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion files/templates/header.htm
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<meta name="msapplication-tap-highlight" content="no">
<meta name="msapplication-TileColor" content="#0099CC">
<meta name="msapplication-TileImage" content="<%=media%>/logo.png"/>
<link rel="stylesheet" href="<%=media%>/css/style.css">
<link rel="stylesheet" href="<%=media%>/css/style.css?0.2.9">
<link rel="shortcut icon" href="<%=media%>/favicon.ico">
<% if node and node.css then %>
<link rel="stylesheet" href="<%=resource%>/<%=node.css%>">
Expand Down

0 comments on commit 74c2313

Please sign in to comment.