SilentLittleCat 7 lat temu
rodzic
commit
c0abaf4dc7
2 zmienionych plików z 10 dodań i 11 usunięć
  1. 8 8
      .idea/workspace.xml
  2. 2 3
      data/template/3_diy_group_group.tpl.php

+ 8 - 8
.idea/workspace.xml

xqd xqd xqd
@@ -46,11 +46,11 @@
       <file leaf-file-name="3_diy_group_group.tpl.php" pinned="false" current-in-tab="true">
         <entry file="file://$PROJECT_DIR$/data/template/3_diy_group_group.tpl.php">
           <provider selected="true" editor-type-id="text-editor">
-            <state relative-caret-position="508">
-              <caret line="1384" column="32" lean-forward="false" selection-start-line="1384" selection-start-column="32" selection-end-line="1384" selection-end-column="32" />
+            <state relative-caret-position="663">
+              <caret line="1383" column="45" lean-forward="false" selection-start-line="1383" selection-start-column="45" selection-end-line="1383" selection-end-column="45" />
               <folding>
                 <element signature="e#2726#2747#0#HTML" expanded="true" />
-                <marker date="1525014691884" expanded="true" signature="17971:17983" ph="..." />
+                <marker date="1525014756643" expanded="true" signature="17971:17983" ph="..." />
               </folding>
             </state>
           </provider>
@@ -182,12 +182,12 @@
       <option name="presentableId" value="Default" />
       <updated>1525013349427</updated>
       <workItem from="1525013350506" duration="115000" />
-      <workItem from="1525013490770" duration="1195000" />
+      <workItem from="1525013490770" duration="1260000" />
     </task>
     <servers />
   </component>
   <component name="TimeTrackingManager">
-    <option name="totallyTimeSpent" value="1310000" />
+    <option name="totallyTimeSpent" value="1375000" />
   </component>
   <component name="ToolWindowManager">
     <frame x="-9" y="-9" width="1938" height="1048" extended-state="7" />
@@ -299,11 +299,11 @@
     </entry>
     <entry file="file://$PROJECT_DIR$/data/template/3_diy_group_group.tpl.php">
       <provider selected="true" editor-type-id="text-editor">
-        <state relative-caret-position="508">
-          <caret line="1384" column="32" lean-forward="false" selection-start-line="1384" selection-start-column="32" selection-end-line="1384" selection-end-column="32" />
+        <state relative-caret-position="663">
+          <caret line="1383" column="45" lean-forward="false" selection-start-line="1383" selection-start-column="45" selection-end-line="1383" selection-end-column="45" />
           <folding>
             <element signature="e#2726#2747#0#HTML" expanded="true" />
-            <marker date="1525014691884" expanded="true" signature="17971:17983" ph="..." />
+            <marker date="1525014756643" expanded="true" signature="17971:17983" ph="..." />
           </folding>
         </state>
       </provider>

+ 2 - 3
data/template/3_diy_group_group.tpl.php

xqd
@@ -1374,15 +1374,14 @@ EOF;
         // Gid('s_county').setAttribute('onchange','showArea()');
 
         function updatecinemaattach(aid, url, attachurl) {
-            $('activityaid').value = aid;
-            console.log(aid, 'now');
+            // $('activityaid').value = aid;
+            // console.log(aid, 'now');
             $('activityattach_image').innerHTML = '<img src="' + attachurl + '/' + url + '" class="spimg" />';
             ATTACHORIMAGE = 1;
         }
 
         function activityaid_upload(aid, url) {
             $('activityaid_url').value = url;
-            console.log(aid, 'aa');
             updatecinemaattach(aid, url, 'data/attachment/forum');
         }
     </script>