このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
herbert
/
Frontend
フォーク元
Sugoimusic/Frontend
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Replace inline JS gtoggles with html attributes and some global JS
End goal is to remove all inline JS, starting with onclick
undefined
spaghetti
8年前
committed by
Tomochin
親
b07242e4ad
コミット
f95ca0d569
2個のファイルの変更
、
5行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
design/views/generic/reply/staffpm.php
+4
-0
static/styles/global.css
+ 1
- 1
design/views/generic/reply/staffpm.php
ファイルの表示
@@ -22,6 +22,6 @@
<input type="button" value="Preview" class="hidden button_preview_<?=$TextPrev->getID()?>" />
<input type="submit" value="Send message" />
<input type="button" value="Hide"
onclick="$('#compose').gtoggle(); return false;
" />
<input type="button" value="Hide"
toggle-target="#compose
" />
</form>
</div>
+ 4
- 0
static/styles/global.css
ファイルの表示
@@ -96,6 +96,10 @@ div.collage_image {
width: 20%;
}
[toggle-target] {
cursor: pointer;
}
button, input[type=button], input[type=submit] {
cursor: pointer;
background: #fff;
書き込み
プレビュー
読み込み中…
キャンセル
保存