Przeglądaj źródła

Kitchen sink --> remove unnecesary html element

in kitchen sink demo, removed unnecesary div element for pull&refresh
(now Lungo.Data initializes the section correctly)
ina 13 lat temu
rodzic
commit
85dcc3819f
1 zmienionych plików z 1 dodań i 6 usunięć
  1. 1 6
      example/static/sections/pull.html

+ 1 - 6
example/static/sections/pull.html

@@ -1,9 +1,4 @@
-<section id="pull" data-pull="normal" data-transition="slide">
-    <div class="normal" data-control="pull" data-icon="arrow-down" data-loading="black">
-        <strong>title</strong>
-    </div>
-
-
+<section id="pull" data-pull="arrow-down" data-transition="slide">
 
     <header data-title="Pull & Refresh" data-back="home"></header>