We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72da926 commit cc62871Copy full SHA for cc62871
1 file changed
lib/github.php
@@ -226,5 +226,17 @@ function(err) {
226
<?php
227
}
228
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
+
241
242
?>
0 commit comments