Skip to content

Commit

Permalink
Remove 'no-js' class of the 'html' element in the examples
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Nov 4, 2014
1 parent 5a066ed commit f8ec7da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/index-zepto.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" class="no-js">
<html lang="en">
<head>
<meta charset="utf-8">
<title>Remodal example</title>
Expand Down
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" class="no-js">
<html lang="en">
<head>
<meta charset="utf-8">
<title>Remodal example</title>
Expand Down

0 comments on commit f8ec7da

Please sign in to comment.