Skip to content

Commit cc62871

Browse files
committed
Add section for pulls, display message re v4.3
1 parent 72da926 commit cc62871

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

lib/github.php

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,17 @@ function(err) {
226226
<?php
227227
}
228228

229+
// ====
230+
// PULL
231+
// ====
232+
if ($_GET['action']=="pull") {
233+
?>
234+
<script>
235+
top.ICEcoder.showHide('hide',top.get('blackMask'));
236+
top.ICEcoder.message("Pull actions not yet available. Will be in ICEcoder v4.3");
237+
</script>
238+
<?php
239+
}
240+
229241
}
230242
?>

0 commit comments

Comments
 (0)