SilentLittleCat 7 years ago
parent
commit
0e71b929c0
2 changed files with 9 additions and 11 deletions
  1. 6 6
      .idea/workspace.xml
  2. 3 5
      data/template/3_diy_group_index.tpl.php

+ 6 - 6
.idea/workspace.xml

xqd xqd xqd
@@ -16,8 +16,8 @@
       <file leaf-file-name="3_diy_group_index.tpl.php" pinned="false" current-in-tab="true">
         <entry file="file://$PROJECT_DIR$/data/template/3_diy_group_index.tpl.php">
           <provider selected="true" editor-type-id="text-editor">
-            <state relative-caret-position="248">
-              <caret line="8" column="13" lean-forward="false" selection-start-line="8" selection-start-column="13" selection-end-line="8" selection-end-column="13" />
+            <state relative-caret-position="178">
+              <caret line="6" column="0" lean-forward="true" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
               <folding />
             </state>
           </provider>
@@ -234,12 +234,12 @@
       <workItem from="1525013350506" duration="115000" />
       <workItem from="1525013490770" duration="4105000" />
       <workItem from="1525181078381" duration="610000" />
-      <workItem from="1525227575525" duration="10011000" />
+      <workItem from="1525227575525" duration="10146000" />
     </task>
     <servers />
   </component>
   <component name="TimeTrackingManager">
-    <option name="totallyTimeSpent" value="14841000" />
+    <option name="totallyTimeSpent" value="14976000" />
   </component>
   <component name="ToolWindowManager">
     <frame x="-9" y="-9" width="1938" height="1048" extended-state="7" />
@@ -476,8 +476,8 @@
     </entry>
     <entry file="file://$PROJECT_DIR$/data/template/3_diy_group_index.tpl.php">
       <provider selected="true" editor-type-id="text-editor">
-        <state relative-caret-position="248">
-          <caret line="8" column="13" lean-forward="false" selection-start-line="8" selection-start-column="13" selection-end-line="8" selection-end-column="13" />
+        <state relative-caret-position="178">
+          <caret line="6" column="0" lean-forward="true" selection-start-line="6" selection-start-column="0" selection-end-line="6" selection-end-column="0" />
           <folding />
         </state>
       </provider>

+ 3 - 5
data/template/3_diy_group_index.tpl.php

xqd xqd
@@ -4,9 +4,7 @@
     <link rel="stylesheet" type="text/css" href="data/cache/slick/slick.css"/>
     <link rel="stylesheet" type="text/css" href="data/cache/slick/slick-theme.css"/>
     <script type="text/javascript" src="data/cache/jquery-3.3.1.min.js"></script>
-    <script type="text/javascript">
-        var jQuery= jQuery.noConflict();
-    </script>
+
     <link rel="stylesheet" type="text/css" href="data/cache/font-awesome/css/fontawesome-all.min.css"/>
     <script type="text/javascript" src="data/cache/slick/slick.min.js"></script>
 <style type="text/css">
@@ -200,8 +198,8 @@
 </div>
 </div>
 <script type="text/javascript">
-    jQuery(function () {
-        jQuery('.sg-group-slick').slick({
+    $(function () {
+        $('.sg-group-slick').slick({
            autoplay: true,
            arrows: false,
            dots: true,