Uncommited changes synced
authorAlan Knowles <alan@roojs.com>
Mon, 31 Dec 2018 04:53:31 +0000 (12:53 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 31 Dec 2018 04:53:31 +0000 (12:53 +0800)
jtemplates/change_commit.html

index 0a36f9b..39335c8 100644 (file)
@@ -1,19 +1,4 @@
-                             
-   el.select('.change-log-item').on('click', Pman.MTrack.auditToggle);
-            }
-        });
-        
-    },
-    auditToggle : function(e,y)
-    {
-       // Roo.log(this);
-        var id = this.id.split('-').pop();
-        Roo.get('change-expand-' + id).setVisibilityMode(Roo.Element.DISPLAY);
-        Roo.get('change-expand-' + id).toggle(true);
-        Roo.get('change-expander-' + id).toggleClass('change-log-item-expanded')
-        
-        
-
+    
 <li class="change-log-item" id="change-expander-{t.id}">
     <span class="change" > Commit : {t.rev} change by {t.person_id_name}</span>
 </li>