Skip to content

Commit 0efbd30

Browse files
author
Federico Fissore
committed
Zepto was missing from the login page
1 parent b65ee9c commit 0efbd30

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: package.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PREFIX=`basename $SOURCE_FOLDER`
1111

1212
cd ..
1313

14-
VERSION=1.4.1
14+
VERSION=1.4.2
1515

1616
tar --transform "s|$PREFIX/|luci-app-arduino-webpanel-$VERSION/|g" -cjv -f luci-app-arduino-webpanel-$VERSION.tar.bz2 \
1717
$PREFIX/www/index.html \

Diff for: usr/lib/lua/luci/view/arduino/set_password.htm

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ <h1>Y&uacute;n</h1>
9393
<script language="javascript">
9494
var pub_key = "<%= pub_key %>";
9595
</script>
96+
<script type="text/javascript" charset="utf-8" src="<%= resource %>/arduino/zepto.min.js"></script>
9697
<script type="text/javascript" charset="utf-8" src="<%= resource %>/arduino/webpanel.ugly.js"></script>
9798
</body>
9899
</html>

0 commit comments

Comments
 (0)