mirror of
https://github.com/vrana/adminer.git
synced 2025-08-11 09:04:02 +02:00
Use camelCase in JavaScript
git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@1273 7c3ca157-0c34-0410-bff1-cbf682f78f5c
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>click</td>
|
||||
<td>//input[@type='checkbox' and @onclick='column_show(this.checked, 6);']</td>
|
||||
<td>//input[@type='checkbox' and @onclick='columnShow(this.checked, 6);']</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@@ -68,7 +68,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td>click</td>
|
||||
<td>//input[@type='checkbox' and @onclick='column_show(this.checked, 6);']</td>
|
||||
<td>//input[@type='checkbox' and @onclick='columnShow(this.checked, 6);']</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user